Remove extern crate rustc_data_structures from rustc_query_system.
This commit is contained in:
parent
99e036bd21
commit
f3e05d1609
3 changed files with 19 additions and 18 deletions
|
|
@ -7,8 +7,6 @@
|
|||
|
||||
#[macro_use]
|
||||
extern crate tracing;
|
||||
#[macro_use]
|
||||
extern crate rustc_data_structures;
|
||||
|
||||
pub mod cache;
|
||||
pub mod dep_graph;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue