Skip to content

Commit 827f661

Browse files
committed
Address warnings for remark check
1 parent f4ea50b commit 827f661

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/basics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ rustup component add clippy
166166
```
167167

168168
> **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`.
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`.
172172
173173
[glossary]: https://rustc-dev-guide.rust-lang.org/appendix/glossary.html

0 commit comments

Comments
 (0)