Skip to content

Commit 30d9aff

Browse files
committed
revert test case
1 parent 5deffa6 commit 30d9aff

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

tests/ui/macro_use_imports.rs

+2-10
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,10 @@
44

55
use std::collections::HashMap;
66
#[macro_use]
7-
use std::{prelude, sync::Mutex};
8-
#[macro_use]
9-
extern crate rustc_session;
7+
use std::prelude;
108

119
fn main() {
12-
let _ = Mutex::new(8_u8);
1310
let _ = HashMap::<u8, u8>::new();
1411
println!();
15-
declare_tool_lint! {
16-
pub clippy::TEST_LINT,
17-
Warn,
18-
"",
19-
report_in_external_macro: true
20-
}
12+
2113
}

0 commit comments

Comments
 (0)