Skip to content

Commit 80268c0

Browse files
committed
Corrected unintended changes from the rebase
1 parent d9081c3 commit 80268c0

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

clippy_lints/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ extern crate rustc_trait_selection;
6060
#[allow(unused_extern_crates)]
6161
extern crate rustc_typeck;
6262

63-
use rustc::session::Session;
6463
use rustc_data_structures::fx::FxHashSet;
6564
use rustc_lint::LintId;
6665
use rustc_session::Session;

clippy_lints/src/macro_use.rs

-2
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,4 @@ impl<'l, 'txc> LateLintPass<'l, 'txc> for MacroUseImports {
229229
}
230230
}
231231
}
232-
233-
mac.path.clone()
234232
}

0 commit comments

Comments
 (0)