Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Sep 15, 2023
1 parent 23f0b1f commit d2840b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_index.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::{fs, io::Write};
use std::fs;

use filetime::{set_file_times, FileTime};

Expand Down

0 comments on commit d2840b2

Please sign in to comment.