File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Configuration
2
2
3
- Rustup has a settings file in [ TOML] ( https://github.com/toml-lang/toml ) format
4
- at ` ${RUSTUP_HOME}/settings.toml ` . The schema for this file is not part of the
5
- public interface for rustup - the rustup CLI should be used to query and set
6
- settings.
3
+ Rustup has a [ TOML] ( https://github.com/toml-lang/toml ) settings file at
4
+ ` ${RUSTUP_HOME}/settings.toml ` (which defaults to ` ~/.rustup ` or
5
+ ` %USERPROFILE%/. rustup` ). The schema for this file is not part of the public
6
+ interface for rustup - the rustup CLI should be used to query and set settings.
7
7
8
8
On Unix operating systems a fallback settings file is consulted for some
9
9
settings. This fallback file is located at ` /etc/rustup/settings.toml ` and
You can’t perform that action at this time.
0 commit comments