diff options
| author | lcnr <rust@lcnr.de> | 2024-05-21 18:01:16 +0000 |
|---|---|---|
| committer | lcnr <rust@lcnr.de> | 2024-05-30 15:26:48 +0200 |
| commit | 97d2c3a6a738c019ba59d884a7233ca53ee4f28c (patch) | |
| tree | db85ea33d5e1b932c506adad890a7ec71d8533a1 /compiler/rustc_pattern_analysis/tests | |
| parent | f3ff2f16c8f59fe5db9ec3382e4d2cc913e376a3 (diff) | |
| download | rust-97d2c3a6a738c019ba59d884a7233ca53ee4f28c.tar.gz rust-97d2c3a6a738c019ba59d884a7233ca53ee4f28c.zip | |
remove tracing tree indent lines
Diffstat (limited to 'compiler/rustc_pattern_analysis/tests')
| -rw-r--r-- | compiler/rustc_pattern_analysis/tests/common/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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) |
