Skip to content

Commit 6b58138

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

File tree

1 file changed

+5
-2
lines changed

1 file changed

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

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

0 commit comments

Comments
 (0)