Skip to content

Commit 7cf6ea5

Browse files
authored
Rollup merge of rust-lang#53769 - flip1995:patch-1, r=kennytm
Also link Clippy repo in the CONTRIBUTING.md file r? @steveklabnik
2 parents 9d80c65 + fa75111 commit 7cf6ea5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,8 @@ before the PR is merged.
405405
[breaking-tools-built-with-the-compiler]: #breaking-tools-built-with-the-compiler
406406

407407
Rust's build system builds a number of tools that make use of the
408-
internals of the compiler. This includes clippy,
408+
internals of the compiler. This includes
409+
[Clippy](https://github.com/rust-lang-nursery/rust-clippy),
409410
[RLS](https://github.com/rust-lang-nursery/rls) and
410411
[rustfmt](https://github.com/rust-lang-nursery/rustfmt). If these tools
411412
break because of your changes, you may run into a sort of "chicken and egg"

0 commit comments

Comments
 (0)