diff options
| author | togami2864 <tuabobo123@gmail.com> | 2021-11-26 18:52:27 +0900 |
|---|---|---|
| committer | togami2864 <tuabobo123@gmail.com> | 2021-11-26 18:52:27 +0900 |
| commit | e6a6ed44b20a50bb99cb3da56ff3b5fc31a84cac (patch) | |
| tree | 6a265503620ab36c36a214cdc4058214b9a278a2 | |
| parent | e8ef6ca5e31f6cd648aca9c0cfe7a9743ec880d7 (diff) | |
| download | rust-e6a6ed44b20a50bb99cb3da56ff3b5fc31a84cac.tar.gz rust-e6a6ed44b20a50bb99cb3da56ff3b5fc31a84cac.zip | |
fix doc
| -rw-r--r-- | clippy_lints/src/unicode.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/unicode.rs b/clippy_lints/src/unicode.rs index 82d7a1cbb8e..11d9705b8c6 100644 --- a/clippy_lints/src/unicode.rs +++ b/clippy_lints/src/unicode.rs @@ -28,7 +28,7 @@ declare_clippy_lint! { declare_clippy_lint! { /// ### What it does - /// Checks for non-ASCII characters in string literals. + /// Checks for non-ASCII characters in string literals or char. /// /// ### Why is this bad? /// Yeah, we know, the 90's called and wanted their charset |
