Skip to content

Commit

Permalink
Silents bindgen clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sanpii committed Aug 19, 2024
1 parent 7631f53 commit e39b1df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libpq-sys/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(clippy::redundant_static_lifetimes)]
#![allow(clippy::upper_case_acronyms)]
#![allow(clippy::unnecessary_operation)]
#![allow(clippy::identity_op)]

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

Expand Down

0 comments on commit e39b1df

Please sign in to comment.