Auto merge of #125434 - nnethercote:rm-more-extern-tracing, r=jackh726
Remove more `#[macro_use] extern crate tracing` Because explicit importing of macros via use items is nicer (more standard and readable) than implicit importing via `#[macro_use]`. Continuing the work from #124511 and #124914. r? `@jackh726`
This commit is contained in:
commit
8679004993
194 changed files with 193 additions and 65 deletions
|
@ -45,6 +45,7 @@ use std::collections::BTreeSet;
|
|||
use std::time::{Duration, Instant};
|
||||
|
||||
use itertools::Itertools;
|
||||
use tracing::{debug, info};
|
||||
|
||||
pub fn bin_op_to_icmp_predicate(op: BinOp, signed: bool) -> IntPredicate {
|
||||
match op {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue