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.
unsafe
1 parent 9d5ef36 commit 1a7f3a4Copy full SHA for 1a7f3a4
1 file changed
capi/src/lib.rs
@@ -90,6 +90,7 @@ includes:
90
91
#![deny(missing_docs)]
92
#![allow(non_camel_case_types)]
93
+#![allow(unsafe_op_in_unsafe_fn)]
94
#![allow(clippy::missing_safety_doc)]
95
#![allow(clippy::not_unsafe_ptr_arg_deref)]
96
0 commit comments