We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
allowed-locales
1 parent 00e9372 commit 982c81aCopy full SHA for 982c81a
clippy_lints/src/disallowed_script_idents.rs
@@ -32,7 +32,7 @@ declare_clippy_lint! {
32
/// ### Example
33
/// ```rust
34
/// // Assuming that `clippy.toml` contains the following line:
35
- /// // allowed-locales = ["Latin", "Cyrillic"]
+ /// // allowed-scripts = ["Latin", "Cyrillic"]
36
/// let counter = 10; // OK, latin is allowed.
37
/// let счётчик = 10; // OK, cyrillic is allowed.
38
/// let zähler = 10; // OK, it's still latin.
0 commit comments