We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b13f4e4 commit aef2662Copy full SHA for aef2662
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 numbers
+ /// - Does not match on `_127` since that is a valid grouping for decimal and octal numbers
39
///
40
/// **Example:**
41
0 commit comments