Rename .cargo/config to the preferred form .cargo/config.toml

According to https://doc.rust-lang.org/1.67.0/cargo/reference/config.html#hierarchical-structure
config.toml is the preferred form.
This commit is contained in:
David Tolnay 2023-03-05 14:43:00 -08:00
parent 690a616d80
commit ea9f52b0d8
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -107,8 +107,8 @@ To expand a specific module or type or function only:
## Configuration
The cargo expand command reads the `[expand]` section of $CARGO_HOME/config if
there is one (usually ~/.cargo/config).
The cargo expand command reads the `[expand]` section of $CARGO_HOME/config.toml
if there is one (usually ~/.cargo/config.toml).
Set the default syntax highlighting theme with the `theme` setting: