We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e03b5d commit a140c3cCopy full SHA for a140c3c
clippy_lints/src/lib.rs
@@ -14,7 +14,6 @@
14
#![allow(indexing_slicing, shadow_reuse, unknown_lints, missing_docs_in_private_items)]
15
#![allow(needless_lifetimes)]
16
17
-#[macro_use]
18
extern crate syntax;
19
#[macro_use]
20
extern crate rustc;
0 commit comments