diff options
| author | kennytm <kennytm@gmail.com> | 2018-09-01 21:14:09 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-01 21:14:09 +0800 |
| commit | 7cf6ea5ee457d85e48400587f80f239685fb1306 (patch) | |
| tree | 36db7f3a66f00632ae149a34b6b227d11b36bde0 | |
| parent | 9d80c65be20ec1567c00859226fdaccae796524d (diff) | |
| parent | fa75111043975e0da885a72b72b6697dda38642d (diff) | |
| download | rust-7cf6ea5ee457d85e48400587f80f239685fb1306.tar.gz rust-7cf6ea5ee457d85e48400587f80f239685fb1306.zip | |
Rollup merge of #53769 - flip1995:patch-1, r=kennytm
Also link Clippy repo in the CONTRIBUTING.md file r? @steveklabnik
| -rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ea9f2c19430..21b14d011f9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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" |
