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 0c8c1bb commit 4efa9b9Copy full SHA for 4efa9b9
1 file changed
src/json_data.rs
@@ -29,7 +29,7 @@ pub struct JsonTree<Size: size::Size> {
29
pub shared_inodes: Option<HardlinkListReflection<Size>>,
30
}
31
32
-/// The `"unit"` field and the `"tree"` field of [`JsonData`].
+/// The `"unit"` field of [`JsonData`] and the root node of the tree.
33
#[derive(Debug, Clone, From, TryInto)]
34
#[cfg_attr(feature = "json", derive(Deserialize, Serialize))]
35
#[cfg_attr(feature = "json", serde(tag = "unit", content = "tree"))]
0 commit comments