s/rustc/Rust/

This commit is contained in:
Philipp Hansch 2018-09-20 06:58:07 +02:00
parent f9511bfdc3
commit 2b57cec649
No known key found for this signature in database
GPG key ID: B6FA06A6E0E2665B

View file

@ -211,7 +211,7 @@ You will then have to look for the last commit that contains `test-pass -> build
The commit message contains a link to the PR. The PRs are usually small enough to discover the breaking API change and if they are bigger, they likely include some discussion that may help you to fix Clippy.
Fixing build failures caused by rustc updates, can also be a good way to learn about rustc internals.
Fixing build failures caused by Rust updates, can also be a good way to learn about Rust internals.
If you decide to make Clippy work again with a Rust commit that breaks it,
you probably want to install the latest Rust from master locally and run Clippy