Skip to content

Commit eb23925

Browse files
Merge pull request #117 from ScottAbbey/master
Update stale reference to config.toml.example location
2 parents 85c7f76 + f19fe30 commit eb23925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-py.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,13 +257,13 @@ documentation you want.
257257

258258
### Document internal rustc items
259259

260-
By default `rustc` does not build the compiler for its internal items.
260+
By default `rustc` does not build the compiler docs for its internal items.
261261
Mostly because this is useless for the average user. However, you might need to
262262
have it available so you can understand the types. Here's how you can compile it
263263
yourself. From the top level directory where `x.py` is located run:
264264

265265
```bash
266-
cp src/bootstrap/config.toml.example config.toml
266+
cp config.toml.example config.toml
267267
```
268268

269269
Next open up `config.toml` and make sure these two lines are set to true:

0 commit comments

Comments
 (0)