Fix todo! in FileIterator::next_path
This commit is contained in:
parent
68f4552e44
commit
dfda3d5ea3
|
@ -426,7 +426,7 @@ impl FileIterator {
|
|||
self.index += 1;
|
||||
match map_file(&path) {
|
||||
Ok(FileEntry::MappedFile(map)) => self.handle_file(map, path),
|
||||
Ok(FileEntry::Buffer(_, _)) => todo!(),
|
||||
Ok(entry) => Some(Ok((path, entry))),
|
||||
Err(err) => Some(Err(err)),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue