Skip to content

Commit c926f1b

Browse files
committed
Auto merge of #4622 - Lythenas:fix-doc-formatting-for-mistyped-literal-suffixes, r=phansch
Correctly align doc of mistyped literal suffixes changelog: Fix misaligned markdown list in doc of `mistyped_literal_suffixes`
2 parents b824f02 + e333ed0 commit c926f1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clippy_lints/src/literal_representation.rs

+3-3
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)