Skip to content

Commit 6ab73ff

Browse files
committed
fix: clippy
1 parent 6b58138 commit 6ab73ff

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#[allow(clippy::all)]
2-
mod bindings {
3-
include!(concat!(env!("OUT_DIR"), "/libproc_bindings.rs"));
4-
}
1+
#![allow(clippy::all)]
52

6-
pub(crate) use bindings::*;
3+
include!(concat!(env!("OUT_DIR"), "/libproc_bindings.rs"));

0 commit comments

Comments
 (0)