mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-04 21:37:47 +03:00
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:
parent
690a616d80
commit
ea9f52b0d8
1 changed files with 2 additions and 2 deletions
|
@ -107,8 +107,8 @@ To expand a specific module or type or function only:
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
The cargo expand command reads the `[expand]` section of $CARGO_HOME/config if
|
The cargo expand command reads the `[expand]` section of $CARGO_HOME/config.toml
|
||||||
there is one (usually ~/.cargo/config).
|
if there is one (usually ~/.cargo/config.toml).
|
||||||
|
|
||||||
Set the default syntax highlighting theme with the `theme` setting:
|
Set the default syntax highlighting theme with the `theme` setting:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue