move allow clippy rule to lib.rs

This commit is contained in:
Conrado Gouvea 2023-10-16 18:51:11 -03:00
parent a1deb30a56
commit afe724dbc7
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#![allow(non_snake_case)]
#![allow(unsafe_code)]
#![allow(unused_imports)]
#![allow(clippy::unwrap_or_default)]
// Use the generated C++ bindings
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));