Skip to content

Commit 7817092

Browse files
committed
fix 'cargo run' in README
1 parent 5483806 commit 7817092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ how to fix it, you could send a PR. :smile:
3737
## Running tests
3838

3939
```sh
40-
cargo run tests/run-pass/vecs.rs # Or whatever test you like.
40+
cargo run --bin miri tests/run-pass/vecs.rs # Or whatever test you like.
4141
```
4242

4343
## Debugging

0 commit comments

Comments
 (0)