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 f1b1c1d commit 6b58138Copy full SHA for 6b58138
crates/libs/kill_tree/src/macos/libproc.rs
@@ -1,3 +1,6 @@
1
-#![allow(clippy::all)]
+#[allow(clippy::all)]
2
+mod bindings {
3
+ include!(concat!(env!("OUT_DIR"), "/libproc_bindings.rs"));
4
+}
5
-include!(concat!(env!("OUT_DIR"), "/libproc_bindings.rs"));
6
+pub(crate) use bindings::*;
0 commit comments