Skip to content

Commit 779b6ae

Browse files
committed
Auto merge of #4809 - iankronquist:patch-1, r=flip1995
Typo in literal_representation.rs Octal numbers can't have 8 in them ;) changelog: none
2 parents 933a0a9 + aef2662 commit 779b6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/literal_representation.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ declare_clippy_lint! {
3535
/// **Known problems:**
3636
/// - Recommends a signed suffix, even though the number might be too big and an unsigned
3737
/// suffix is required
38-
/// - Does not match on `_128` since that is a valid grouping for decimal and octal numbers
38+
/// - Does not match on `_127` since that is a valid grouping for decimal and octal numbers
3939
///
4040
/// **Example:**
4141
///

0 commit comments

Comments
 (0)