diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-05-22 14:09:17 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-05-23 18:02:17 +1000 |
| commit | c7da1a5bb8f0f4e167960b5898772edf2554ce3c (patch) | |
| tree | 78b6d1a2181ddbb8ef950f9820d6e699a932a8c4 /compiler/rustc_lint/src/levels.rs | |
| parent | c4bdd298fe94784f322e61a65bac6ee8944a6720 (diff) | |
| download | rust-c7da1a5bb8f0f4e167960b5898772edf2554ce3c.tar.gz rust-c7da1a5bb8f0f4e167960b5898772edf2554ce3c.zip | |
Remove `#[macro_use] extern crate tracing` from `rustc_lint`.
Diffstat (limited to 'compiler/rustc_lint/src/levels.rs')
| -rw-r--r-- | compiler/rustc_lint/src/levels.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_lint/src/levels.rs b/compiler/rustc_lint/src/levels.rs index 12b3d1d2f9e..98e321076c5 100644 --- a/compiler/rustc_lint/src/levels.rs +++ b/compiler/rustc_lint/src/levels.rs @@ -41,6 +41,7 @@ use rustc_session::parse::feature_err; use rustc_session::Session; use rustc_span::symbol::{sym, Symbol}; use rustc_span::{Span, DUMMY_SP}; +use tracing::{debug, instrument}; use crate::errors::{ MalformedAttribute, MalformedAttributeSub, OverruledAttribute, OverruledAttributeSub, |
