File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7804,7 +7804,7 @@ Version 0.7 (2013-07-03)
7804
7804
* extra: Implementation of fixed output size variations of SHA-2.
7805
7805
7806
7806
* Tooling
7807
- * ` unused_variable ` lint mode for unused variables (default: warn).
7807
+ * ` unused_variables ` lint mode for unused variables (default: warn).
7808
7808
* ` unused_unsafe ` lint mode for detecting unnecessary ` unsafe ` blocks
7809
7809
(default: warn).
7810
7810
* ` unused_mut ` lint mode for identifying unused ` mut ` qualifiers
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ talk about later in this section.
35
35
## warn
36
36
37
37
The 'warn' lint level will produce a warning if you violate the lint. For example,
38
- this code runs afoul of the ` unused_variable ` lint:
38
+ this code runs afoul of the ` unused_variables ` lint:
39
39
40
40
``` rust
41
41
pub fn foo () {
You can’t perform that action at this time.
0 commit comments