mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 12:57:38 +03:00
Clarify CARGO_HOME
This commit is contained in:
parent
6f30a9b002
commit
b992eed306
1 changed files with 2 additions and 2 deletions
|
@ -121,8 +121,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. Currently the only configuration option is the syntax highlighting
|
||||
theme.
|
||||
there is one (usually ~/.cargo/config). Currently the only configuration option
|
||||
is the syntax highlighting theme.
|
||||
|
||||
```toml
|
||||
[expand]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue