Skip to content

Commit b46ef15

Browse files
committed
Remove unnecessary lint suppressions
1 parent 1524dcf commit b46ef15

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#![deny(rust_2018_idioms)]
22
#![allow(
33
clippy::type_complexity,
4-
clippy::upper_case_acronyms, // see https://github.com/rust-lang/rust-clippy/issues/6974
5-
clippy::vec_init_then_push, // uses two different styles of initialization
6-
clippy::box_default, // its ugly and outside of inner loops irrelevant
74
clippy::result_large_err, // 288 bytes is our 'large' variant today, which is unlikely to be a performance problem
85
clippy::arc_with_non_send_sync, // will get resolved as we move further into async
96
)]

0 commit comments

Comments
 (0)