Skip to content

Commit 622963a

Browse files
committed
Auto merge of #2343 - RalfJung:comment, r=RalfJung
fix comment in ./miri pointed out in #2288 (comment)
2 parents e702522 + 52abae6 commit 622963a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ times and slower execution times.
3030
Format all sources and tests. <flags> are passed to `rustfmt`.
3131
3232
./miri clippy <flags>:
33-
Format all sources and tests. <flags> are passed to `cargo clippy`.
33+
Runs clippy on all sources. <flags> are passed to `cargo clippy`.
3434
3535
./miri many-seeds <command>:
3636
Runs <command> over and over again with different seeds for Miri. The MIRIFLAGS

0 commit comments

Comments
 (0)