Explicitly import tracing macros
This commit is contained in:
parent
7d2be888b6
commit
fb6f4b4a6e
13 changed files with 14 additions and 7 deletions
|
@ -6,10 +6,6 @@
|
|||
|
||||
#![feature(let_chains)]
|
||||
|
||||
// TODO: remove this, use explicit imports.
|
||||
#[macro_use]
|
||||
extern crate tracing;
|
||||
|
||||
pub mod canonicalizer;
|
||||
pub mod infcx;
|
||||
pub mod resolve;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue