Skip to content

Commit c004f35

Browse files
author
FelixMaetzler
committed
fixed description
1 parent 3749e24 commit c004f35

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/methods

1 file changed

+1
-1
lines changed

clippy_lints/src/methods/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3901,7 +3901,7 @@ declare_clippy_lint! {
39013901
/// ```
39023902
/// Use instead:
39033903
/// ```no_run
3904-
/// let _ = 7;
3904+
/// let _ = 0;
39053905
/// ```
39063906
#[clippy::version = "1.77.0"]
39073907
pub UNNECESSARY_MIN,

0 commit comments

Comments
 (0)