You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,7 @@ You will then have to look for the last commit that contains `test-pass -> build
211
211
212
212
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.
213
213
214
-
Fixing build failures caused by rustc updates, can also be a good way to learn about rustc internals.
214
+
Fixing build failures caused by Rust updates, can also be a good way to learn about Rust internals.
215
215
216
216
If you decide to make Clippy work again with a Rust commit that breaks it,
217
217
you probably want to install the latest Rust from master locally and run Clippy
0 commit comments