mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
remove unnecessary info!()
logging
This commit is contained in:
parent
5626346ac9
commit
31d07edc94
@ -14,7 +14,7 @@ extern crate rustc_macros;
|
||||
|
||||
pub use emitter::ColorConfig;
|
||||
|
||||
use tracing::{debug, info};
|
||||
use tracing::debug;
|
||||
use Level::*;
|
||||
|
||||
use emitter::{is_case_difference, Emitter, EmitterWriter};
|
||||
@ -348,7 +348,6 @@ impl CodeSuggestion {
|
||||
while buf.ends_with('\n') {
|
||||
buf.pop();
|
||||
}
|
||||
info!(?buf, ?highlights);
|
||||
Some((buf, substitution.parts, highlights, only_capitalization))
|
||||
})
|
||||
.collect()
|
||||
|
Loading…
Reference in New Issue
Block a user