We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7061b27 commit fa75111Copy full SHA for fa75111
CONTRIBUTING.md
@@ -405,7 +405,8 @@ before the PR is merged.
405
[breaking-tools-built-with-the-compiler]: #breaking-tools-built-with-the-compiler
406
407
Rust's build system builds a number of tools that make use of the
408
-internals of the compiler. This includes clippy,
+internals of the compiler. This includes
409
+[Clippy](https://github.com/rust-lang-nursery/rust-clippy),
410
[RLS](https://github.com/rust-lang-nursery/rls) and
411
[rustfmt](https://github.com/rust-lang-nursery/rustfmt). If these tools
412
break because of your changes, you may run into a sort of "chicken and egg"
0 commit comments