Remove #[macro_use] extern crate tracing
from rustc_infer
.
This commit is contained in:
parent
ed5161c5ac
commit
04a07dc314
27 changed files with 26 additions and 3 deletions
|
@ -31,9 +31,6 @@
|
|||
#![warn(unreachable_pub)]
|
||||
// tidy-alphabetical-end
|
||||
|
||||
#[macro_use]
|
||||
extern crate tracing;
|
||||
|
||||
mod errors;
|
||||
pub mod infer;
|
||||
pub mod traits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue