Skip to content

Commit

Permalink
Rollup merge of rust-lang#53769 - flip1995:patch-1, r=kennytm
Browse files Browse the repository at this point in the history
Also link Clippy repo in the CONTRIBUTING.md file

r? @steveklabnik
  • Loading branch information
kennytm authored Sep 1, 2018
2 parents 9d80c65 + fa75111 commit 7cf6ea5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,8 @@ before the PR is merged.
[breaking-tools-built-with-the-compiler]: #breaking-tools-built-with-the-compiler

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

0 comments on commit 7cf6ea5

Please sign in to comment.