File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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)
78047804 * extra: Implementation of fixed output size variations of SHA-2.
78057805
78067806 * Tooling
7807- * ` unused_variable ` lint mode for unused variables (default: warn).
7807+ * ` unused_variables ` lint mode for unused variables (default: warn).
78087808 * ` unused_unsafe ` lint mode for detecting unnecessary ` unsafe ` blocks
78097809 (default: warn).
78107810 * ` 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.
3535## warn
3636
3737The '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:
3939
4040``` rust
4141pub fn foo () {
You can’t perform that action at this time.
0 commit comments