From 17d001d782e14634e5669323ba625f21a742eaa3 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Mon, 8 Dec 2025 15:42:35 +0200 Subject: [PATCH] bootstrap readme: make easy to read when editor wrapping is not enabled This also makes it more consistent with other text in the file --- src/bootstrap/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/bootstrap/README.md b/src/bootstrap/README.md index ab07a2df30478..e46fed7c426ab 100644 --- a/src/bootstrap/README.md +++ b/src/bootstrap/README.md @@ -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