We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f653f commit bce67f3Copy full SHA for bce67f3
jemalloc-ctl/src/error.rs
@@ -1,7 +1,8 @@
1
//! Error type
2
-#![cfg_attr(
3
- feature = "cargo-clippy",
4
- allow(clippy::cast_sign_loss, clippy::cast_possible_wrap)
+#![allow(
+ clippy::cast_sign_loss,
+ clippy::cast_possible_wrap,
5
+clippy::use_self // https://github.com/rust-lang/rust-clippy/issues/2843
6
)]
7
8
use libc::c_int;
0 commit comments