X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftools%2Fclippy%2Fdoc%2Fbasics.md;h=ff2e0417435bfe72edb635fd725cb476cf47a335;hb=5ca596f486707ac1362edad717ad0e9f5b71d0a3;hp=43d3792f5952125a80cb1eccb4b9d35213301a60;hpb=835dce569d8fbad7566942b6ccf8c62ac3900791;p=rust.git diff --git a/src/tools/clippy/doc/basics.md b/src/tools/clippy/doc/basics.md index 43d3792f595..ff2e0417435 100644 --- a/src/tools/clippy/doc/basics.md +++ b/src/tools/clippy/doc/basics.md @@ -166,8 +166,8 @@ rustup component add clippy ``` > **DO NOT** install using `cargo install --path . --force` since this will overwrite rustup -[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`. +> [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`. [glossary]: https://rustc-dev-guide.rust-lang.org/appendix/glossary.html