mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
chore: add disallowed_script_idents clippy extra-pedantic lint (#881)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user