Skip to content

Commit e1ad737

Browse files
Fix clippy warnings on linux
1 parent aec73d9 commit e1ad737

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
use std::env;
2-
use std::path::Path;
3-
41
#[cfg(target_os = "macos")]
52
fn main() {
3+
use std::env;
4+
use std::path::Path;
5+
66
let bindings = bindgen::builder()
77
.header_contents("libproc_rs.h", "#include <libproc.h>")
88
.generate()

0 commit comments

Comments
 (0)