Skip to content

Commit

Permalink
Corrected unintended changes from the rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-lw committed Jun 13, 2020
1 parent d9081c3 commit 80268c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion clippy_lints/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ extern crate rustc_trait_selection;
#[allow(unused_extern_crates)]
extern crate rustc_typeck;

use rustc::session::Session;
use rustc_data_structures::fx::FxHashSet;
use rustc_lint::LintId;
use rustc_session::Session;
Expand Down
2 changes: 0 additions & 2 deletions clippy_lints/src/macro_use.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,4 @@ impl<'l, 'txc> LateLintPass<'l, 'txc> for MacroUseImports {
}
}
}

mac.path.clone()
}

0 comments on commit 80268c0

Please sign in to comment.