Remove incorrect mutability
parent
35e8a17249
commit
e2da3e896a
|
@ -224,7 +224,7 @@ fn main() {
|
|||
let ft = metadata.file_type();
|
||||
|
||||
if ft.is_file() {
|
||||
let mut a = FileToProcess {
|
||||
let a = FileToProcess {
|
||||
name: format!("{}",
|
||||
entry.path().display()),
|
||||
hash: vec![],
|
||||
|
|
Loading…
Reference in New Issue