We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55abfae commit 37f7fc0Copy full SHA for 37f7fc0
src/data_tree.rs
@@ -8,7 +8,7 @@ use super::size::Size;
8
9
/// Disk usage data of a filesystem tree.
10
///
11
-/// **Serializing and deserializing:** _(feature: `json`)_ `DataTree` does not implement
+/// **Serialization and deserialization:** _(feature: `json`)_ `DataTree` does not implement
12
/// [`Serialize`](serde::Serialize) and [`Deserialize`](serde::Deserialize) traits directly,
13
/// instead, it can be converted into/from a [`Reflection`] which implements these traits.
14
#[derive(Debug, PartialEq, Eq)]
0 commit comments