Skip to content

Commit 8060b4b

Browse files
authored
Merge pull request #2499 from rust-lang/tshepang-patch-2
distcheck has only one possible invocation
2 parents b7bb140 + a54c003 commit 8060b4b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tests/intro.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ This requires building all of the documentation, which might take a while.
116116
`distcheck` verifies that the source distribution tarball created by the build
117117
system will unpack, build, and run all tests.
118118

119-
> Example: `./x test distcheck`
119+
```console
120+
./x test distcheck
121+
```
120122

121123
### Tool tests
122124

0 commit comments

Comments
 (0)