Remove #[macro_use]
extern crate tracing from
rustc_span`.
Because explicit macro imports are better than implicit macro imports.
This commit is contained in:
parent
220f3ab825
commit
e60c1916e0
3 changed files with 3 additions and 3 deletions
|
@ -38,13 +38,11 @@
|
|||
// this crate without this line making `rustc_span` available.
|
||||
extern crate self as rustc_span;
|
||||
|
||||
#[macro_use]
|
||||
extern crate tracing;
|
||||
|
||||
use rustc_data_structures::{outline, AtomicRef};
|
||||
use rustc_macros::{Decodable, Encodable, HashStable_Generic};
|
||||
use rustc_serialize::opaque::{FileEncoder, MemDecoder};
|
||||
use rustc_serialize::{Decodable, Decoder, Encodable, Encoder};
|
||||
use tracing::debug;
|
||||
|
||||
mod caching_source_map_view;
|
||||
pub mod source_map;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue