Skip to content

Commit 58b4930

Browse files
committed
remove extra imports from rustc
1 parent 7d8076a commit 58b4930

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
@@ -56,6 +56,7 @@ extern crate rustc_trait_selection;
5656
#[allow(unused_extern_crates)]
5757
extern crate rustc_typeck;
5858

59+
use rustc::session::Session;
5960
use rustc_data_structures::fx::FxHashSet;
6061
use rustc_lint::LintId;
6162
use rustc_session::Session;

0 commit comments

Comments
 (0)