Skip to content

Commit

Permalink
Auto merge of #4809 - iankronquist:patch-1, r=flip1995
Browse files Browse the repository at this point in the history
Typo in literal_representation.rs

Octal numbers can't have 8 in them ;)

changelog: none
  • Loading branch information
bors committed Feb 15, 2020
2 parents 933a0a9 + aef2662 commit 779b6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/literal_representation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ declare_clippy_lint! {
/// **Known problems:**
/// - 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
/// - Does not match on `_127` since that is a valid grouping for decimal and octal numbers
///
/// **Example:**
///
Expand Down

0 comments on commit 779b6ae

Please sign in to comment.