1
Fork 0

Remove #[macro_use] extern crate tracing from rustc_monomorphize.

This commit is contained in:
Nicholas Nethercote 2024-05-22 14:22:37 +10:00
parent 7a5d814a04
commit 70e964afe3
5 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,5 @@
use rustc_session::lint::builtin::LARGE_ASSIGNMENTS;
use tracing::debug;
use super::*;
use crate::errors::LargeAssignmentsLint;