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:
bors 2020-02-15 15:12:14 +00:00
commit 779b6aeaa6

View File

@ -35,7 +35,7 @@
/// **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:**
///