Skip to content

Commit

Permalink
Don't need rustc_attr anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
nhamovitz committed Oct 18, 2021
1 parent 18c863d commit 48cf9c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clippy_lints/src/lib.rs
Expand Up @@ -21,7 +21,6 @@
// (Currently there is no way to opt into sysroot crates without `extern crate`.)
extern crate rustc_ast;
extern crate rustc_ast_pretty;
extern crate rustc_attr;
extern crate rustc_data_structures;
extern crate rustc_driver;
extern crate rustc_errors;
Expand Down

0 comments on commit 48cf9c2

Please sign in to comment.