Remove extern crate tracing from numerous crates.
This commit is contained in:
@@ -5,9 +5,6 @@
|
||||
#![feature(let_chains)]
|
||||
#![allow(rustc::potential_query_instability, internal_features)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate tracing;
|
||||
|
||||
pub mod cache;
|
||||
pub mod dep_graph;
|
||||
mod error;
|
||||
|
||||
Reference in New Issue
Block a user