mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +00:00
Auto merge of #4809 - iankronquist:patch-1, r=flip1995
Typo in literal_representation.rs Octal numbers can't have 8 in them ;) changelog: none
This commit is contained in:
commit
779b6aeaa6
1 changed files with 1 additions and 1 deletions
|
@ -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:**
|
||||
///
|
||||
|
|
Loading…
Add table
Reference in a new issue