Skip to content

Commit 4f2188f

Browse files
authored
Rollup merge of #149771 - tshepang:patch-2, r=Zalathar
bootstrap readme: make easy to read when editor wrapping is not enabled This also makes it more consistent with other text in the file
2 parents 2de952e + 17d001d commit 4f2188f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/bootstrap/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,10 @@ please file issues on the [Rust issue tracker][rust-issue-tracker].
221221

222222
## Testing
223223

224-
To run bootstrap tests, execute `x test bootstrap`. If you want to bless snapshot tests, then install `cargo-insta` (`cargo install cargo-insta`) and then run `cargo insta review --manifest-path src/bootstrap/Cargo.toml`.
224+
To run bootstrap tests, execute `x test bootstrap`.
225+
If you want to bless snapshot tests,
226+
then install `cargo-insta` (`cargo install cargo-insta`),
227+
and then run `cargo insta review --manifest-path src/bootstrap/Cargo.toml`.
225228

226229
## Changelog
227230

0 commit comments

Comments
 (0)