Update literal_representation.rs

This commit is contained in:
Ian Kronquist 2019-11-25 16:28:46 -08:00 committed by GitHub
parent 5c31efd429
commit b13f4e4faf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 hexadecimal numbers
/// - Does not match on `_128` since that is a valid grouping for decimal numbers
///
/// **Example:**
///