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.
binaryninjacore-sys
1 parent c006a82 commit 7951345Copy full SHA for 7951345
rust/binaryninjacore-sys/src/lib.rs
@@ -2,7 +2,7 @@
2
#![allow(non_camel_case_types)]
3
#![allow(non_snake_case)]
4
#![allow(unused)]
5
-#![allow(clippy::type_complexity)]
+#![allow(clippy::all)]
6
#![doc(html_root_url = "https://dev-rust.binary.ninja/")]
7
8
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
0 commit comments