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
|
@ -16,6 +16,7 @@ use rustc_macros::{Decodable, Encodable};
|
|||
use std::fs;
|
||||
use std::io::{self, BorrowedBuf, Read};
|
||||
use std::path;
|
||||
use tracing::{debug, instrument, trace};
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue