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
@ -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:**
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user