We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2458fd commit ddcb564Copy full SHA for ddcb564
1 file changed
keyutils-raw/src/functions.rs
@@ -26,6 +26,9 @@
26
27
use crate::{KeyPermissions, KeyringSerial, TimeoutSeconds};
28
29
+// Remove when rust-lang/rust#60300 is in stable
30
+#[allow(improper_ctypes)]
31
+
32
#[rustfmt::skip]
33
extern "C" {
34
pub fn add_key(
0 commit comments