Don't need rustc_attr anymore

This commit is contained in:
Nathaniel Hamovitz 2021-10-18 16:53:17 -07:00
parent 18c863dd0e
commit 48cf9c284a

View File

@ -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;