Remove #[macro_use] extern crate tracing from rustc_infer.

This commit is contained in:
Nicholas Nethercote 2024-08-30 08:35:03 +10:00
parent ed5161c5ac
commit 04a07dc314
27 changed files with 26 additions and 3 deletions

View file

@ -31,9 +31,6 @@
#![warn(unreachable_pub)]
// tidy-alphabetical-end
#[macro_use]
extern crate tracing;
mod errors;
pub mod infer;
pub mod traits;