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:
Stuart Cook 2025-12-16 14:40:43 +11:00 committed by GitHub
commit 4f2188fb85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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