We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b824f02 + e333ed0 commit c926f1bCopy full SHA for c926f1b
clippy_lints/src/literal_representation.rs
@@ -33,9 +33,9 @@ declare_clippy_lint! {
33
/// **Why is this bad?** This is most probably a typo
34
///
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
+ /// - Recommends a signed suffix, even though the number might be too big and an unsigned
+ /// suffix is required
+ /// - Does not match on `_128` since that is a valid grouping for decimal and octal numbers
39
40
/// **Example:**
41
0 commit comments