We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae90dcf commit 62b8a5eCopy full SHA for 62b8a5e
compiler/rustc_driver/src/lib.rs
@@ -1287,9 +1287,6 @@ pub fn init_env_logger(env: &str) {
1287
.with_indent_lines(true)
1288
.with_ansi(color_logs)
1289
.with_targets(true)
1290
- .with_wraparound(10)
1291
- .with_verbose_exit(true)
1292
- .with_verbose_entry(true)
1293
.with_indent_amount(2);
1294
#[cfg(parallel_compiler)]
1295
let layer = layer.with_thread_ids(true).with_thread_names(true);
0 commit comments