diff options
| author | Philipp Krones <uwdkn@student.kit.edu> | 2018-08-28 20:43:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-28 20:43:10 +0200 |
| commit | fa75111043975e0da885a72b72b6697dda38642d (patch) | |
| tree | 9eeda58f47ba258d448c32522064f319c92e48a3 | |
| parent | 7061b2775782bb48c0a70d3c79ec711134396687 (diff) | |
| download | rust-fa75111043975e0da885a72b72b6697dda38642d.tar.gz rust-fa75111043975e0da885a72b72b6697dda38642d.zip | |
Also link Clippy repo in the CONTRIBUTING.md file
| -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" |
