use visibility to check unused imports and delete some stmts
This commit is contained in:
parent
7a20da333b
commit
4335c28677
@ -1,3 +1,5 @@
|
||||
#![allow(unused_imports)]
|
||||
|
||||
use std::collections::{hash_set, HashSet};
|
||||
use std::fmt;
|
||||
use std::path::{Path, PathBuf};
|
||||
|
Loading…
Reference in New Issue
Block a user