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 9a579dd commit 59da820Copy full SHA for 59da820
src/vfs/mod.rs
@@ -68,7 +68,7 @@ pub struct FileMetadata {
68
pub len: u64,
69
}
70
71
-#[derive(Debug, Serialize, Deserialize)]
+#[derive(Debug, Serialize, Deserialize, PartialEq)]
72
pub struct DirEntry {
73
pub path: String,
74
pub file_type: FileType,
0 commit comments