We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ef6ca commit e6a6ed4Copy full SHA for e6a6ed4
clippy_lints/src/unicode.rs
@@ -28,7 +28,7 @@ declare_clippy_lint! {
28
29
declare_clippy_lint! {
30
/// ### What it does
31
- /// Checks for non-ASCII characters in string literals.
+ /// Checks for non-ASCII characters in string literals or char.
32
///
33
/// ### Why is this bad?
34
/// Yeah, we know, the 90's called and wanted their charset
0 commit comments