mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
chore: Remove clippy::tests_outside_test_module
See https://github.com/rust-lang/rust-clippy/issues/11024
This commit is contained in:
parent
6a9d2bf50f
commit
8d4b1b6c8d
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue