We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3389074 commit 3678b50Copy full SHA for 3678b50
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