Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 889c073

Browse files
committed
really, clippy?!?
1 parent d61e55a commit 889c073

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
clippy::useless_format,
2323
clippy::derive_partial_eq_without_eq,
2424
clippy::derive_hash_xor_eq,
25-
clippy::too_many_arguments
25+
clippy::too_many_arguments,
26+
clippy::type_complexity
2627
)]
2728
#![warn(
2829
rust_2018_idioms,

0 commit comments

Comments
 (0)