File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ of code examples that could get outdated. Therefore it is very important for
66them to be able to automatically test these code examples.
77
88mdBook supports a ` test ` command that will run all available tests in a book. At
9- the moment, only rustdoc tests are supported, but this may be expanded upon in
10- the future.
9+ the moment, only Rust tests are supported.
1110
1211#### Disable tests on a code block
1312
@@ -65,4 +64,4 @@ not specified it will default to the value of the `build.build-dir` key in
6564#### --chapter
6665
6766The ` --chapter ` (` -c ` ) option allows you to test a specific chapter of the
68- book using the chapter name or the relative path to the chapter.
67+ book using the chapter name or the relative path to the chapter.
You can’t perform that action at this time.
0 commit comments