There was an error while loading. Please reload this page.
1 parent 083a3d9 commit c3e9a39Copy full SHA for c3e9a39
lightgbm-sys/src/lib.rs
@@ -1,5 +1,7 @@
1
#![allow(non_upper_case_globals)]
2
#![allow(non_camel_case_types)]
3
#![allow(non_snake_case)]
4
+#![allow(clippy::redundant_static_lifetimes)]
5
+#![allow(clippy::missing_safety_doc)]
6
7
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
0 commit comments