Skip to content

Commit d985438

Browse files
committed
supperssion
1 parent 47c4e63 commit d985438

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phper-sys/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
// TODO Because `bindgen` generates codes contains deref nullptr, temporary suppression.
1717
#![allow(deref_nullptr)]
1818
#![allow(clippy::all)]
19+
// TODO unsafe_op_in_unsafe_fn warning in edition 2024, temporary suppression.
20+
#![allow(unsafe_op_in_unsafe_fn)]
1921
#![doc = include_str!("../README.md")]
2022

2123
include!(concat!(env!("OUT_DIR"), "/php_bindings.rs"));

0 commit comments

Comments
 (0)