diff options
| author | Takayuki Nakata <f.seasons017@gmail.com> | 2021-08-04 16:22:15 +0900 |
|---|---|---|
| committer | Takayuki Nakata <f.seasons017@gmail.com> | 2021-08-04 16:22:15 +0900 |
| commit | 827f661d3e6db7fc8c5f10edab5f3674a57d8617 (patch) | |
| tree | f9a130e503801751f3de08777d4fb3a32d2a1a27 | |
| parent | f4ea50b4f7e647541be9b1c8771728795a6cd294 (diff) | |
| download | rust-827f661d3e6db7fc8c5f10edab5f3674a57d8617.tar.gz rust-827f661d3e6db7fc8c5f10edab5f3674a57d8617.zip | |
Address warnings for remark check
| -rw-r--r-- | doc/basics.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/basics.md b/doc/basics.md index 43d3792f595..ff2e0417435 100644 --- a/doc/basics.md +++ b/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 |
