Skip to content

Commit a93355e

Browse files
committed
virtio/bindings: allow missing safety doc
Bindings are autogenerated and clippy has just started complaining about missing safety docs. Allow them for this file. Signed-off-by: Sergio Lopez <[email protected]>
1 parent 25ebccd commit a93355e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/devices/src/virtio/fs/bindings.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![allow(clippy::missing_safety_doc)]
12
use libc;
23

34
pub const LINUX_EACCES: libc::c_int = 13;

0 commit comments

Comments
 (0)