We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
info!()
1 parent 5626346 commit 31d07edCopy full SHA for 31d07ed
compiler/rustc_errors/src/lib.rs
@@ -14,7 +14,7 @@ extern crate rustc_macros;
14
15
pub use emitter::ColorConfig;
16
17
-use tracing::{debug, info};
+use tracing::debug;
18
use Level::*;
19
20
use emitter::{is_case_difference, Emitter, EmitterWriter};
@@ -348,7 +348,6 @@ impl CodeSuggestion {
348
while buf.ends_with('\n') {
349
buf.pop();
350
}
351
- info!(?buf, ?highlights);
352
Some((buf, substitution.parts, highlights, only_capitalization))
353
})
354
.collect()
0 commit comments