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
This commit is contained in:
commit
4f2188fb85
1 changed files with 4 additions and 1 deletions
|
|
@ -221,7 +221,10 @@ please file issues on the [Rust issue tracker][rust-issue-tracker].
|
|||
|
||||
## Testing
|
||||
|
||||
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`.
|
||||
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`.
|
||||
|
||||
## Changelog
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue