Skip to content

Commit

Permalink
wolfssl-sys: Allow some additional clippy issues in generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
xv-ian-c committed Dec 9, 2024
1 parent a87032e commit a6d7c57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wolfssl-sys/src/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#![allow(clippy::upper_case_acronyms)]
#![allow(clippy::unnecessary_operation)]
#![allow(clippy::identity_op)]
#![allow(clippy::missing_safety_doc)]
#![allow(clippy::ptr_offset_with_cast)]
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));

use std::os::raw::c_int;
Expand Down

0 comments on commit a6d7c57

Please sign in to comment.