Skip to content

Commit 16db423

Browse files
committed
vfio-bindings: Remove unnecessary linting attribute
Signed-off-by: Bo Chen <[email protected]>
1 parent 2a08964 commit 16db423

File tree

1 file changed

+0
-2
lines changed
  • vfio-bindings/src/vfio_bindings

1 file changed

+0
-2
lines changed

vfio-bindings/src/vfio_bindings/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
#![allow(non_upper_case_globals)]
66
#![allow(non_camel_case_types)]
77
#![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))]
108

119
#[allow(clippy::undocumented_unsafe_blocks)]
1210
pub mod vfio;

0 commit comments

Comments
 (0)