Skip to content

Commit 17d001d

Browse files
authored
bootstrap readme: make easy to read when editor wrapping is not enabled
This also makes it more consistent with other text in the file
1 parent 5bc3450 commit 17d001d

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)