Skip to content

Commit bd3fc11

Browse files
committed
Update fulldeps tests and clippy
1 parent 2b79413 commit bd3fc11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clippy_lints/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
// FIXME: switch to something more ergonomic here, once available.
1717
// (Currently there is no way to opt into sysroot crates without `extern crate`.)
1818
#[allow(unused_extern_crates)]
19-
extern crate fmt_macros;
20-
#[allow(unused_extern_crates)]
2119
extern crate rustc_ast;
2220
#[allow(unused_extern_crates)]
2321
extern crate rustc_ast_pretty;
@@ -48,6 +46,8 @@ extern crate rustc_mir;
4846
#[allow(unused_extern_crates)]
4947
extern crate rustc_parse;
5048
#[allow(unused_extern_crates)]
49+
extern crate rustc_parse_format;
50+
#[allow(unused_extern_crates)]
5151
extern crate rustc_session;
5252
#[allow(unused_extern_crates)]
5353
extern crate rustc_span;

0 commit comments

Comments
 (0)