We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ea50b commit 827f661Copy full SHA for 827f661
1 file changed
doc/basics.md
@@ -166,8 +166,8 @@ rustup component add clippy
166
```
167
168
> **DO NOT** install using `cargo install --path . --force` since this will overwrite rustup
169
-[proxies](https://rust-lang.github.io/rustup/concepts/proxies.html). That is, `~/.cargo/bin/cargo-clippy` and
170
-`~/.cargo/bin/clippy-driver` should be hard or soft links to `~/.cargo/bin/rustup`. You can repair these by running
171
-`rustup update`.
+> [proxies](https://rust-lang.github.io/rustup/concepts/proxies.html). That is, `~/.cargo/bin/cargo-clippy` and
+> `~/.cargo/bin/clippy-driver` should be hard or soft links to `~/.cargo/bin/rustup`. You can repair these by running
+> `rustup update`.
172
173
[glossary]: https://rustc-dev-guide.rust-lang.org/appendix/glossary.html
0 commit comments