Skip to content

Commit 6d1f933

Browse files
00xceryugey
authored andcommitted
abi: implement Debug for Entry struct
Signed-off-by: Carlos López <[email protected]>
1 parent 6e40753 commit 6d1f933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/filesystem/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ mod sync_io;
3131
pub use sync_io::FileSystem;
3232

3333
/// Information about a path in the filesystem.
34-
#[derive(Copy, Clone)]
34+
#[derive(Copy, Clone, Debug)]
3535
pub struct Entry {
3636
/// An `Inode` that uniquely identifies this path. During `lookup`, setting this to `0` means a
3737
/// negative entry. Returning `ENOENT` also means a negative entry but setting this to `0`

0 commit comments

Comments
 (0)