Skip to content

Commit

Permalink
Update literal_representation.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
iankronquist committed Nov 26, 2019
1 parent b13f4e4 commit aef2662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/literal_representation.rs
Expand Up @@ -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:**
///
Expand Down

0 comments on commit aef2662

Please sign in to comment.