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 2fe04a0 commit 369eb57Copy full SHA for 369eb57
1 file changed
src/json_data.rs
@@ -34,6 +34,7 @@ pub struct JsonShared<Size: size::Size> {
34
pub summary: Option<SharedLinkSummary<Size>>,
35
}
36
37
+#[cfg(feature = "json")]
38
impl<Size: size::Size> JsonShared<Size> {
39
/// Decide whether to skip serializing [`JsonShared::details`].
40
fn skip_details(details: &Option<HardlinkListReflection<Size>>) -> bool {
0 commit comments