Remove #[macro_use] extern crate tracing
from rustc_lint
.
This commit is contained in:
parent
c4bdd298fe
commit
c7da1a5bb8
11 changed files with 10 additions and 6 deletions
|
@ -39,9 +39,6 @@
|
|||
#![feature(rustc_attrs)]
|
||||
#![allow(internal_features)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate tracing;
|
||||
|
||||
mod async_fn_in_trait;
|
||||
pub mod builtin;
|
||||
mod context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue