Skip to content

Commit

Permalink
revert test case
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinR528 committed Mar 6, 2020
1 parent 5deffa6 commit 30d9aff
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions tests/ui/macro_use_imports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,10 @@

use std::collections::HashMap;
#[macro_use]
use std::{prelude, sync::Mutex};
#[macro_use]
extern crate rustc_session;
use std::prelude;

fn main() {
let _ = Mutex::new(8_u8);
let _ = HashMap::<u8, u8>::new();
println!();
declare_tool_lint! {
pub clippy::TEST_LINT,
Warn,
"",
report_in_external_macro: true
}

}

0 comments on commit 30d9aff

Please sign in to comment.