Skip to content

Commit dbf4f71

Browse files
committed
remove extra imports from rustc
1 parent 64c7c71 commit dbf4f71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_lints/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ extern crate rustc_trait_selection;
5858
#[allow(unused_extern_crates)]
5959
extern crate rustc_typeck;
6060

61+
use rustc::session::Session;
6162
use rustc_data_structures::fx::FxHashSet;
6263
use rustc_lint::LintId;
6364
use rustc_session::Session;

0 commit comments

Comments
 (0)