Skip to content

Commit f398036

Browse files
committed
add todo
1 parent d18c6b8 commit f398036

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/core/src/blob/tree.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ pub struct Tree {
4848
}
4949

5050
/// Deserializes `Option<T>` as `T::default()` if the value is `null`
51+
// TODO: Use serde_with::DefaultOnNull instead. But this has problems with RON which is used in our integration tests...
5152
pub(crate) fn deserialize_null_default<'de, D, T>(deserializer: D) -> Result<T, D::Error>
5253
where
5354
T: Default + Deserialize<'de>,

0 commit comments

Comments
 (0)