Skip to content

Commit c3e9a39

Browse files
committed
allow binding.rs warns
1 parent 083a3d9 commit c3e9a39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lightgbm-sys/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#![allow(non_upper_case_globals)]
22
#![allow(non_camel_case_types)]
33
#![allow(non_snake_case)]
4+
#![allow(clippy::redundant_static_lifetimes)]
5+
#![allow(clippy::missing_safety_doc)]
46

57
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));

0 commit comments

Comments
 (0)