Skip to content

Commit a4f80f8

Browse files
authored
Rename unused local variable.
1 parent 37e83af commit a4f80f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ fn get_write_file(filename: &String) -> File {
8686
}
8787

8888
fn check_folder(path: &String) -> Result<(), String> {
89-
let file = get_folder(path);
89+
let _file = get_folder(path);
9090
Ok(())
9191
}
9292

0 commit comments

Comments
 (0)