diff --git a/Cargo.toml b/Cargo.toml index 08a83063..ddf9637a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -125,6 +125,7 @@ unnecessary_box_returns = "warn" # == Extra-pedantic clippy == # allow_attributes = "warn" +disallowed_script_idents = "warn" collection_is_never_read = "warn" copy_iterator = "warn" expl_impl_clone_on_copy = "warn"