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 baede6c commit 796afe1Copy full SHA for 796afe1
boring-sys/src/lib.rs
@@ -16,9 +16,11 @@ use std::convert::TryInto;
16
use std::ffi::c_void;
17
use std::os::raw::{c_char, c_int, c_uint, c_ulong};
18
19
-#[allow(dead_code)]
20
-#[allow(clippy::all)]
21
-#[rustfmt::skip]
+#[allow(
+ clippy::useless_transmute,
+ clippy::derive_partial_eq_without_eq,
22
+ dead_code
23
+)]
24
mod generated {
25
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
26
}
0 commit comments