mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 01:17:16 +00:00
Update literal_representation.rs
This commit is contained in:
parent
b13f4e4faf
commit
aef2662896
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 numbers
|
||||
/// - Does not match on `_127` since that is a valid grouping for decimal and octal numbers
|
||||
///
|
||||
/// **Example:**
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue