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