From 97d2c3a6a738c019ba59d884a7233ca53ee4f28c Mon Sep 17 00:00:00 2001 From: lcnr Date: Tue, 21 May 2024 18:01:16 +0000 Subject: remove tracing tree indent lines --- compiler/rustc_pattern_analysis/tests/common/mod.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/rustc_pattern_analysis/tests') diff --git a/compiler/rustc_pattern_analysis/tests/common/mod.rs b/compiler/rustc_pattern_analysis/tests/common/mod.rs index e72fddb9e9a..6e8bb505005 100644 --- a/compiler/rustc_pattern_analysis/tests/common/mod.rs +++ b/compiler/rustc_pattern_analysis/tests/common/mod.rs @@ -13,7 +13,6 @@ pub fn init_tracing() { use tracing_subscriber::Layer; let _ = tracing_tree::HierarchicalLayer::default() .with_writer(std::io::stderr) - .with_indent_lines(true) .with_ansi(true) .with_targets(true) .with_indent_amount(2) -- cgit 1.4.1-3-g733a5