Skip to content

Commit b13f4e4

Browse files
authored
Update literal_representation.rs
1 parent 5c31efd commit b13f4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/literal_representation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ declare_clippy_lint! {
3535
/// **Known problems:**
3636
/// - Recommends a signed suffix, even though the number might be too big and an unsigned
3737
/// suffix is required
38-
/// - Does not match on `_128` since that is a valid grouping for decimal and hexadecimal numbers
38+
/// - Does not match on `_128` since that is a valid grouping for decimal numbers
3939
///
4040
/// **Example:**
4141
///

0 commit comments

Comments
 (0)