Skip to content

Commit cd8b724

Browse files
committed
fix small nit
1 parent e6a6ed4 commit cd8b724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/unicode.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ declare_clippy_lint! {
2828

2929
declare_clippy_lint! {
3030
/// ### What it does
31-
/// Checks for non-ASCII characters in string literals or char.
31+
/// Checks for non-ASCII characters in string and char literals.
3232
///
3333
/// ### Why is this bad?
3434
/// Yeah, we know, the 90's called and wanted their charset

0 commit comments

Comments
 (0)