We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1524dcf commit b46ef15Copy full SHA for b46ef15
src/lib.rs
@@ -1,9 +1,6 @@
1
#![deny(rust_2018_idioms)]
2
#![allow(
3
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
7
clippy::result_large_err, // 288 bytes is our 'large' variant today, which is unlikely to be a performance problem
8
clippy::arc_with_non_send_sync, // will get resolved as we move further into async
9
)]
0 commit comments