mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
Auto merge of #3681 - rmcteggart-r7:master, r=matthiaskrgr
Fixing typo in CONTRIBUTING.md Noticed small typo in CONTRIBUTING readme when working on another issue
This commit is contained in:
commit
1838bfe5a9
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ to lint-writing, though it does get into advanced stuff. Most lints consist of a
|
|||
of this.
|
||||
|
||||
If you want to add a new lint or change existing ones apart from bugfixing, it's
|
||||
also a good idea to give the [stability guaratees][rfc_stability] and
|
||||
also a good idea to give the [stability guarantees][rfc_stability] and
|
||||
[lint categories][rfc_lint_cats] sections of the [Clippy 1.0 RFC][clippy_rfc] a
|
||||
quick read.
|
||||
|
||||
|
|
Loading…
Reference in a new issue