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,
Max Brunsfeld created
crates/project/src/fs.rs | 1 +
1 file changed, 1 insertion(+)
@@ -134,6 +134,7 @@ impl Fs for RealFs {
}
}
+#[cfg(any(test, feature = "test-support"))]
#[derive(Clone, Debug)]
struct FakeFsEntry {
metadata: Metadata,