Hello! I only modified line 158 of src/dent.rs. I noticed that FileType has an fs prefix, which is probably unnecessary as FileType is already imported by include std::fs::{self, FileType}. On line 42, FileType is used without specifying fs.
The crate builds and all tests seem to pass. I apologize if I overlooked some kind of contribution requirement - please let me know what I'm missing and I'll address it 🙂
Hello! I only modified line 158 of src/dent.rs. I noticed that
FileType
has anfs
prefix, which is probably unnecessary asFileType
is already imported byinclude std::fs::{self, FileType}
. On line 42,FileType
is used without specifyingfs
.The crate builds and all tests seem to pass. I apologize if I overlooked some kind of contribution requirement - please let me know what I'm missing and I'll address it 🙂