Skip to content

Commit b3d3dd7

Browse files
committed
Remove redundant import.
1 parent 5a43c33 commit b3d3dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen/cmd/tests/cmd_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// option. This file may not be copied, modified, or distributed
77
// except according to those terms.
88

9-
use std::{convert::TryInto, fs::File, io::Write, path::Path};
9+
use std::{fs::File, io::Write, path::Path};
1010

1111
use indexmap::map::IndexMap as HashMap;
1212

0 commit comments

Comments
 (0)