Skip to content

Commit fa770fd

Browse files
author
MarcoFalke
committed
doc: Add missing RUST_BACKTRACE=1
This will print a backtrace when an internal code error happened.
1 parent fa10051 commit fa770fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test runner
1919
To run all the lint checks in the test runner outside the docker, use:
2020

2121
```sh
22-
( cd ./test/lint/test_runner/ && cargo fmt && cargo clippy && cargo run )
22+
( cd ./test/lint/test_runner/ && cargo fmt && cargo clippy && RUST_BACKTRACE=1 cargo run )
2323
```
2424

2525
#### Dependencies

0 commit comments

Comments
 (0)