chore: add trivial_numeric_casts rustc style/readability lint (#925)

This commit is contained in:
Alex Yusiuk
2025-08-20 11:27:38 -04:00
committed by GitHub
parent 119c7077c9
commit e01f38f3a8
+1
View File
@@ -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 == #