Rename config.toml.example
to config.example.toml
This commit is contained in:
parent
8a73f50d87
commit
fcb2a3665f
12 changed files with 16 additions and 17 deletions
|
@ -99,7 +99,7 @@ See [the rustc-dev-guide for more info][sysllvm].
|
|||
The Rust build system uses a file named `config.toml` in the root of the
|
||||
source tree to determine various configuration settings for the build.
|
||||
Set up the defaults intended for distros to get started. You can see a full
|
||||
list of options in `config.toml.example`.
|
||||
list of options in `config.example.toml`.
|
||||
|
||||
```sh
|
||||
printf 'profile = "user" \nchangelog-seen = 2 \n' > config.toml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue