Skip to content

Commit

Permalink
Typo in literal_representation.rs
Browse files Browse the repository at this point in the history
Octal numbers can't have 8 in them ;)
  • Loading branch information
iankronquist committed Nov 13, 2019
1 parent 180f870 commit 5c31efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/literal_representation.rs
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 `_128` since that is a valid grouping for decimal and hexadecimal numbers
///
/// **Example:**
///
Expand Down

0 comments on commit 5c31efd

Please sign in to comment.