Skip to content

Commit

Permalink
suppress clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
paq committed Feb 13, 2021
1 parent 5b2a91e commit f8e9408
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lightgbm-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
#![allow(non_snake_case)]
#![allow(clippy::redundant_static_lifetimes)]
#![allow(clippy::missing_safety_doc)]
#![allow(clippy::upper_case_acronyms)]

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

0 comments on commit f8e9408

Please sign in to comment.