Skip to content

Commit e2eb453

Browse files
popzxccamsteffen
andauthored
Update clippy_lints/src/disallowed_script_idents.rs
Co-authored-by: Cameron Steffen <[email protected]>
1 parent 94dd5bb commit e2eb453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/disallowed_script_idents.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use rustc_session::{declare_tool_lint, impl_lint_pass};
66
use unicode_script::{Script, UnicodeScript};
77

88
declare_clippy_lint! {
9-
/// **What it does:** Checks for usage of unicode scripts other than explicitly allowed
9+
/// **What it does:** Checks for usage of unicode scripts other than those explicitly allowed
1010
/// by the lint config.
1111
///
1212
/// This lint doesn't take into account non-text scripts such as `Unknown` and `Linear_A`.

0 commit comments

Comments
 (0)