We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1046f3e commit 57401f4Copy full SHA for 57401f4
src/building/compiler-documenting.md
@@ -35,7 +35,7 @@ like the standard library (std) or the compiler (rustc).
35
- Document internal rustc items
36
37
Compiler documentation is not built by default.
38
- To enable it, modify `config.toml`:
+ To create it by default with `x.py doc`, modify `config.toml`:
39
40
```toml
41
[build]
0 commit comments