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 6e40753 commit 6d1f933Copy full SHA for 6d1f933
src/api/filesystem/mod.rs
@@ -31,7 +31,7 @@ mod sync_io;
31
pub use sync_io::FileSystem;
32
33
/// Information about a path in the filesystem.
34
-#[derive(Copy, Clone)]
+#[derive(Copy, Clone, Debug)]
35
pub struct Entry {
36
/// An `Inode` that uniquely identifies this path. During `lookup`, setting this to `0` means a
37
/// negative entry. Returning `ENOENT` also means a negative entry but setting this to `0`
0 commit comments