mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
chore: add redundant_lifetimes rustc style/readability lint (#924)
This commit is contained in:
@@ -67,6 +67,7 @@ keyword_idents = "warn"
|
||||
noop_method_call = "warn"
|
||||
macro_use_extern_crate = "warn"
|
||||
redundant_imports = "warn"
|
||||
redundant_lifetimes = "warn"
|
||||
# missing_docs = "warn" # TODO: NOTE(@CBenoit): we probably want to ensure this in core tier crates only
|
||||
|
||||
# == Compile-time / optimization == #
|
||||
|
||||
Reference in New Issue
Block a user