Skip to content

Commit f1b1c1d

Browse files
committed
fix: clippy
1 parent 3e6bde4 commit f1b1c1d

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#![allow(clippy::all)]
2+
3+
include!(concat!(env!("OUT_DIR"), "/libproc_bindings.rs"));
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
mod libproc;
2+
13
use crate::{
24
common::{self, Impl, ProcessInfo, ProcessInfos},
35
ProcessId,
@@ -104,9 +106,3 @@ mod tests {
104106
);
105107
}
106108
}
107-
108-
#[allow(warnings)]
109-
#[allow(clippy::all)]
110-
mod libproc {
111-
include!(concat!(env!("OUT_DIR"), "/libproc_bindings.rs"));
112-
}

0 commit comments

Comments
 (0)