We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b58138 commit 6ab73ffCopy full SHA for 6ab73ff
crates/libs/kill_tree/src/macos/libproc.rs
@@ -1,6 +1,3 @@
1
-#[allow(clippy::all)]
2
-mod bindings {
3
- include!(concat!(env!("OUT_DIR"), "/libproc_bindings.rs"));
4
-}
+#![allow(clippy::all)]
5
6
-pub(crate) use bindings::*;
+include!(concat!(env!("OUT_DIR"), "/libproc_bindings.rs"));
0 commit comments