Skip to content

Commit

Permalink
Allow clippy lint (#103)
Browse files Browse the repository at this point in the history
* allow clippy lint

* Revert "allow clippy lint"

This reverts commit 6744ff1.

* move allow clippy rule to lib.rs

---------

Co-authored-by: Conrado Gouvea <[email protected]>
  • Loading branch information
oxarbitrage and conradoplg authored Oct 17, 2023
1 parent 4b86437 commit 36de930
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down

0 comments on commit 36de930

Please sign in to comment.