mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
chore: add trivial_numeric_casts rustc style/readability lint (#925)
This commit is contained in:
@@ -68,6 +68,7 @@ noop_method_call = "warn"
|
||||
macro_use_extern_crate = "warn"
|
||||
redundant_imports = "warn"
|
||||
redundant_lifetimes = "warn"
|
||||
trivial_numeric_casts = "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