Skip to content

Commit

Permalink
Update clippy_lints/src/disallowed_script_idents.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Steffen <cam.steffen94@gmail.com>
  • Loading branch information
popzxc and camsteffen committed Jun 30, 2021
1 parent 94dd5bb commit e2eb453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/disallowed_script_idents.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use rustc_session::{declare_tool_lint, impl_lint_pass};
use unicode_script::{Script, UnicodeScript};

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

0 comments on commit e2eb453

Please sign in to comment.