Remove #[macro_use] extern crate tracing from rustc_lint.

This commit is contained in:
Nicholas Nethercote
2024-05-22 14:09:17 +10:00
parent c4bdd298fe
commit c7da1a5bb8
11 changed files with 10 additions and 6 deletions

View File

@@ -22,6 +22,7 @@ use rustc_span::symbol::{kw, sym};
use rustc_span::{BytePos, Span};
use std::iter;
use std::ops::ControlFlow;
use tracing::instrument;
declare_lint! {
/// The `unused_must_use` lint detects unused result of a type flagged as