We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc2063 commit 01ed710Copy full SHA for 01ed710
1 file changed
tests/tests.rs
@@ -8,7 +8,7 @@ use std::env;
8
pub const TESTS_BINARY: &str = env!("CARGO_BIN_EXE_util-linux");
9
10
// Use the ctor attribute to run this function before any tests
11
-#[ctor::ctor]
+#[ctor::ctor(unsafe)]
12
fn init() {
13
unsafe {
14
// Necessary for uutests to be able to find the binary
0 commit comments