We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a08964 commit 16db423Copy full SHA for 16db423
vfio-bindings/src/vfio_bindings/mod.rs
@@ -5,8 +5,6 @@
5
#![allow(non_upper_case_globals)]
6
#![allow(non_camel_case_types)]
7
#![allow(non_snake_case)]
8
-// Keep this until https://github.com/rust-lang/rust-bindgen/issues/1651 is fixed.
9
-#![cfg_attr(test, allow(deref_nullptr))]
10
11
#[allow(clippy::undocumented_unsafe_blocks)]
12
pub mod vfio;
0 commit comments