fix(rust): update config

This commit is contained in:
2026-02-26 05:15:50 +01:00
parent 8750eae1fa
commit 3b4c2c8cb1
-1
View File
@@ -17,7 +17,6 @@ single_use_lifetimes = "warn"
trivial_numeric_casts = "warn" trivial_numeric_casts = "warn"
unit_bindings = "warn" unit_bindings = "warn"
unnameable_types = "warn" unnameable_types = "warn"
unreachable_pub = "warn"
unsafe_attr_outside_unsafe = "warn" unsafe_attr_outside_unsafe = "warn"
unsafe_op_in_unsafe_fn = "warn" unsafe_op_in_unsafe_fn = "warn"
unused_crate_dependencies = "warn" unused_crate_dependencies = "warn"