Remove #[macro_use] extern crate tracing
from rustc_passes
.
This commit is contained in:
parent
448fc75232
commit
725292315e
5 changed files with 4 additions and 5 deletions
|
@ -99,10 +99,10 @@ use rustc_middle::ty::{self, RootVariableMinCaptureList, Ty, TyCtxt};
|
|||
use rustc_session::lint;
|
||||
use rustc_span::symbol::{kw, sym, Symbol};
|
||||
use rustc_span::{BytePos, Span};
|
||||
|
||||
use std::io;
|
||||
use std::io::prelude::*;
|
||||
use std::rc::Rc;
|
||||
use tracing::{debug, instrument};
|
||||
|
||||
mod rwu_table;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue