We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b79413 commit bd3fc11Copy full SHA for bd3fc11
clippy_lints/src/lib.rs
@@ -16,8 +16,6 @@
16
// FIXME: switch to something more ergonomic here, once available.
17
// (Currently there is no way to opt into sysroot crates without `extern crate`.)
18
#[allow(unused_extern_crates)]
19
-extern crate fmt_macros;
20
-#[allow(unused_extern_crates)]
21
extern crate rustc_ast;
22
23
extern crate rustc_ast_pretty;
@@ -48,6 +46,8 @@ extern crate rustc_mir;
48
46
49
47
extern crate rustc_parse;
50
+extern crate rustc_parse_format;
+#[allow(unused_extern_crates)]
51
extern crate rustc_session;
52
53
extern crate rustc_span;
0 commit comments