Skip to content

Commit

Permalink
[rp-sys] Updates bindgen to 0.70
Browse files Browse the repository at this point in the history
  • Loading branch information
sanpii committed Aug 19, 2024
1 parent 729b689 commit 99d1911
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rp-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version = "1.80"
[dependencies]

[build-dependencies]
bindgen = "0.69"
bindgen = "0.70"

[features]
default = []
Expand Down
6 changes: 2 additions & 4 deletions rp-sys/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#![allow(unused_variables)]
#![allow(non_snake_case)]
#![allow(non_camel_case_types)]
#![allow(non_upper_case_globals)]
#![allow(clippy::unreadable_literal)]
#![allow(clippy::missing_safety_doc)]
#![allow(clippy::identity_op)]
#![allow(clippy::unnecessary_operation)]
#![warn(warnings)]

#[cfg(not(feature = "mock"))]
Expand Down

0 comments on commit 99d1911

Please sign in to comment.