Skip to content

Commit e333ed0

Browse files
committed
Correctly align doc of mistyped literal suffixes
1 parent 737f0a6 commit e333ed0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clippy_lints/src/literal_representation.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ declare_clippy_lint! {
3333
/// **Why is this bad?** This is most probably a typo
3434
///
3535
/// **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
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
3939
///
4040
/// **Example:**
4141
///

0 commit comments

Comments
 (0)