Skip to content

Commit 1a20e21

Browse files
authored
Merge pull request rust-lang#2326 from rust-lang/tshepang-patch-3
ease copy-paste
2 parents 46df457 + e0a2250 commit 1a20e21

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/doc/rustc-dev-guide/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)