We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 933a0a9 + aef2662 commit 779b6aeCopy full SHA for 779b6ae
clippy_lints/src/literal_representation.rs
@@ -35,7 +35,7 @@ declare_clippy_lint! {
35
/// **Known problems:**
36
/// - Recommends a signed suffix, even though the number might be too big and an unsigned
37
/// suffix is required
38
- /// - Does not match on `_128` since that is a valid grouping for decimal and octal numbers
+ /// - Does not match on `_127` since that is a valid grouping for decimal and octal numbers
39
///
40
/// **Example:**
41
0 commit comments