Skip to content

Commit 42fb11f

Browse files
committed
Don't set RUST_BACKTRACE for tests
It is slow but it can be useful and can be set/unset explicitly before running tests if needed. There is no backtrace by default anyway.
1 parent 8e1f6dc commit 42fb11f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/compile-test.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ fn run_mode(dir: &'static str, mode: &'static str) {
2121

2222
fn prepare_env() {
2323
set_var("CLIPPY_DISABLE_WIKI_LINKS", "true");
24-
set_var("RUST_BACKTRACE", "0"); // these are riddicously slow right now
2524
}
2625

2726
#[test]

0 commit comments

Comments
 (0)