Remove extern crate rustc_data_structures from rustc_query_system.

This commit is contained in:
Nicholas Nethercote
2024-04-29 15:35:31 +10:00
parent 99e036bd21
commit f3e05d1609
3 changed files with 19 additions and 18 deletions

View File

@@ -7,8 +7,6 @@
#[macro_use]
extern crate tracing;
#[macro_use]
extern crate rustc_data_structures;
pub mod cache;
pub mod dep_graph;