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 d50d5cf commit 5ca565fCopy full SHA for 5ca565f
dir-structure/src/vfs/git_vfs.rs
@@ -323,6 +323,11 @@ mod tests {
323
kind: vfs::DirEntryKind::File,
324
path: Path::new("dir-structure/Cargo.toml").into(),
325
},
326
+ vfs::DirEntryInfo {
327
+ name: "README.md".into(),
328
+ kind: vfs::DirEntryKind::File,
329
+ path: Path::new("dir-structure/README.md").into(),
330
+ },
331
vfs::DirEntryInfo {
332
name: "examples".into(),
333
kind: vfs::DirEntryKind::Directory,
0 commit comments