diff options
| author | Nathaniel Hamovitz <18648574+nhamovitz@users.noreply.github.com> | 2021-10-18 16:53:17 -0700 |
|---|---|---|
| committer | Nathaniel Hamovitz <18648574+nhamovitz@users.noreply.github.com> | 2021-10-18 16:53:17 -0700 |
| commit | 48cf9c284ac858545cdd22ef2efec9096e6c6b06 (patch) | |
| tree | d2c045970508bdfad709872d1fe8ad5eac585896 | |
| parent | 18c863dd0ef490d8f069dba6263d7d5d6f8b3e13 (diff) | |
| download | rust-48cf9c284ac858545cdd22ef2efec9096e6c6b06.tar.gz rust-48cf9c284ac858545cdd22ef2efec9096e6c6b06.zip | |
Don't need `rustc_attr` anymore
| -rw-r--r-- | clippy_lints/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clippy_lints/src/lib.rs b/clippy_lints/src/lib.rs index 1473a2f3095..de2ebcab667 100644 --- a/clippy_lints/src/lib.rs +++ b/clippy_lints/src/lib.rs @@ -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; |
