Suppress unused field warnings

This commit is contained in:
Max Brunsfeld 2021-12-16 11:17:06 -08:00
parent 38df091b06
commit a293e9c0c5

View file

@ -134,6 +134,7 @@ impl Fs for RealFs {
}
}
#[cfg(any(test, feature = "test-support"))]
#[derive(Clone, Debug)]
struct FakeFsEntry {
metadata: Metadata,