Skip to content

Commit e9de885

Browse files
majaharami3l
authored andcommitted
Remove rel paths from rust-toolchain.toml docs
Remove a reference to relative paths from documentation for the toolchain settings file. Relative paths were removed recently for security reasons.
1 parent a602238 commit e9de885

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/user-guide/src/overrides.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,8 @@ host-specific toolchains.
137137

138138
#### path
139139

140-
The `path` setting allows a custom toolchain to be used. The value is a
141-
path string. A relative path is resolved relative to the location of the
142-
`rust-toolchain.toml` file.
140+
The `path` setting allows a custom toolchain to be used. The value is an
141+
absolute path string.
143142

144143
Since a `path` directive directly names a local toolchain, other options
145144
like `components`, `targets`, and `profile` have no effect.

0 commit comments

Comments
 (0)