Skip to content

Commit 64d4c90

Browse files
authored
Update rust-code-guidelines.md
Fixed minor typo
1 parent 434f85a commit 64d4c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rust-code-guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The recommendations on this page should help with dealing with these lints.
6060

6161
Refer also to [Clippy lints documentation](https://rust-lang.github.io/rust-clippy/master/index.html) for more information about the lints.
6262

63-
If the lint is a false positive, put `#[allow(lint_name, reason = "...")]` on the relevant line or block and and specify the reason why the code is correct.
63+
If the lint is a false positive, put `#[allow(lint_name, reason = "...")]` on the relevant line or block and specify the reason why the code is correct.
6464

6565
Many of the lints (e.g. most of the panic-related lints) can be allowed globally for tests and other non-production code.
6666

0 commit comments

Comments
 (0)