mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 11:29:25 +00:00
Suppress unused field warnings
This commit is contained in:
parent
38df091b06
commit
a293e9c0c5
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ impl Fs for RealFs {
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg(any(test, feature = "test-support"))]
|
||||
#[derive(Clone, Debug)]
|
||||
struct FakeFsEntry {
|
||||
metadata: Metadata,
|
||||
|
|
Loading…
Reference in a new issue