Skip to content

Commit 758f322

Browse files
authored
Merge pull request #2326 from rust-lang/tshepang-patch-3
ease copy-paste
2 parents c45a354 + 8d31603 commit 758f322

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/tests/ecosystem.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ CI. See the [Crater chapter](crater.md) for more details.
1515

1616
`cargotest` is a small tool which runs `cargo test` on a few sample projects
1717
(such as `servo`, `ripgrep`, `tokei`, etc.). This runs as part of CI and ensures
18-
there aren't any significant regressions.
18+
there aren't any significant regressions:
1919

20-
> Example: `./x test src/tools/cargotest`
20+
```console
21+
./x test src/tools/cargotest
22+
```
2123

2224
### Large OSS Project builders
2325

0 commit comments

Comments
 (0)