Skip to content

Commit 4335c28

Browse files
committed
use visibility to check unused imports and delete some stmts
1 parent 7a20da3 commit 4335c28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/config/options.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(unused_imports)]
2+
13
use std::collections::{hash_set, HashSet};
24
use std::fmt;
35
use std::path::{Path, PathBuf};

0 commit comments

Comments
 (0)