Skip to content

Commit db9afe1

Browse files
authored
Merge pull request #3091 from x3ro/add-proxies-to-terminology
Add "Proxy" to terminology page
2 parents 732feb8 + 000b15e commit db9afe1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/src/concepts/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,13 @@ This is similar to Ruby's [rbenv], Python's [pyenv], or Node's [nvm].
4848
"profile" defines a grouping of components. See the [Profiles] chapter for
4949
more details.
5050

51+
* **proxy** —  A wrapper for a common Rust component (like `rustc`), built to forward
52+
CLI invocations to the active Rust toolchain. See the [Proxies] chapter for more details.
53+
5154
[`clippy`]: https://github.com/rust-lang/rust-clippy
5255
[components]: components.md
5356
[cross-compilation]: ../cross-compilation.md
5457
[profiles]: profiles.md
5558
[toolchain specification]: toolchains.md
5659
[channels]: channels.md
60+
[proxies]: proxies.md

0 commit comments

Comments
 (0)