Skip to content

Commit dce1bbf

Browse files
authored
Remove --stage entirely from contributing
1 parent 27d9a46 commit dce1bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/miri/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ will eventually sync those changes back into this repository.
223223
When working on Miri in the rustc tree, here's how you can run tests:
224224

225225
```
226-
./x.py test miri --stage 1
226+
./x.py test miri
227227
```
228228

229229
`--bless` will work, too.

0 commit comments

Comments
 (0)