Suppress unused field warnings

Max Brunsfeld created

Change summary

crates/project/src/fs.rs | 1 +
1 file changed, 1 insertion(+)

Detailed changes

crates/project/src/fs.rs 🔗

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