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 f1c526d commit 295cf62Copy full SHA for 295cf62
1 file changed
tests/tests.rs
@@ -7,7 +7,7 @@ use std::env;
7
pub const TESTS_BINARY: &str = env!("CARGO_BIN_EXE_procps");
8
9
// Use the ctor attribute to run this function before any tests
10
-#[ctor::ctor]
+#[ctor::ctor(unsafe)]
11
fn init() {
12
unsafe {
13
// Necessary for uutests to be able to find the binary
0 commit comments