Skip to content

Commit

Permalink
Add "Proxy" to terminology page
Browse files Browse the repository at this point in the history
Fixes #3086
  • Loading branch information
Lucas committed Oct 19, 2022
1 parent 732feb8 commit a79f54a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/src/concepts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,13 @@ This is similar to Ruby's [rbenv], Python's [pyenv], or Node's [nvm].
"profile" defines a grouping of components. See the [Profiles] chapter for
more details.

* **proxy** —  A wrapper for a common Rust component (like `rustc`), built to forward
CLI invocations to the active Rust toolchain. See the [Proxies] chapter for more details.

[`clippy`]: https://github.com/rust-lang/rust-clippy
[components]: components.md
[cross-compilation]: ../cross-compilation.md
[profiles]: profiles.md
[toolchain specification]: toolchains.md
[channels]: channels.md
[proxies]: proxies.md

0 comments on commit a79f54a

Please sign in to comment.