Skip to content

Commit

Permalink
Allow clippy::struct_field_names in bindings.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
byllyfish committed Feb 3, 2024
1 parent b153fc7 commit 9f976cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
clippy::unreadable_literal,
deref_nullptr, // https://github.com/rust-lang/rust-bindgen/issues/1651
clippy::too_many_lines,
clippy::borrow_as_ptr
clippy::borrow_as_ptr,
clippy::struct_field_names
)]

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

0 comments on commit 9f976cb

Please sign in to comment.