fix(rust): remove clippy diagnostic
This commit is contained in:
@@ -92,7 +92,6 @@ suspicious_xor_used_as_pow = "warn"
|
|||||||
tests_outside_test_module = "warn"
|
tests_outside_test_module = "warn"
|
||||||
todo = "warn"
|
todo = "warn"
|
||||||
try_err = "warn"
|
try_err = "warn"
|
||||||
undocumented_unsafe_blocks = "warn"
|
|
||||||
unnecessary_safety_comment = "warn"
|
unnecessary_safety_comment = "warn"
|
||||||
unnecessary_safety_doc = "warn"
|
unnecessary_safety_doc = "warn"
|
||||||
unnecessary_self_imports = "warn"
|
unnecessary_self_imports = "warn"
|
||||||
|
|||||||
Reference in New Issue
Block a user