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 47c4e63 commit d985438Copy full SHA for d985438
phper-sys/src/lib.rs
@@ -16,6 +16,8 @@
16
// TODO Because `bindgen` generates codes contains deref nullptr, temporary suppression.
17
#![allow(deref_nullptr)]
18
#![allow(clippy::all)]
19
+// TODO unsafe_op_in_unsafe_fn warning in edition 2024, temporary suppression.
20
+#![allow(unsafe_op_in_unsafe_fn)]
21
#![doc = include_str!("../README.md")]
22
23
include!(concat!(env!("OUT_DIR"), "/php_bindings.rs"));
0 commit comments