chore: Remove clippy::tests_outside_test_module

See https://github.com/rust-lang/rust-clippy/issues/11024
This commit is contained in:
Ed Page 2024-03-28 13:24:28 -05:00
parent 6a9d2bf50f
commit 8d4b1b6c8d

View file

@ -89,7 +89,6 @@ string_add = "warn"
string_add_assign = "warn"
string_lit_as_bytes = "warn"
string_to_string = "warn"
tests_outside_test_module = "warn"
todo = "warn"
trait_duplication_in_bounds = "warn"
unwrap_used = "warn"