Remove #[macro_use] extern crate tracing from rustc_parse.

This commit is contained in:
Nicholas Nethercote
2024-05-22 14:42:14 +10:00
parent 2539364053
commit bb364fe950
6 changed files with 5 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ use rustc_span::{BytePos, Span, SpanSnippetError, Symbol, DUMMY_SP};
use std::mem::take;
use std::ops::{Deref, DerefMut};
use thin_vec::{thin_vec, ThinVec};
use tracing::{debug, trace};
/// Creates a placeholder argument.
pub(super) fn dummy_arg(ident: Ident, guar: ErrorGuaranteed) -> Param {