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 2472415 commit 097e1e7Copy full SHA for 097e1e7
engine/src/lib.rs
@@ -519,6 +519,7 @@ impl IncludeCppEngine {
519
#[allow(dead_code)]
520
#[allow(non_upper_case_globals)]
521
#[allow(non_camel_case_types)]
522
+ #[allow(unsafe_op_in_unsafe_fn)]
523
#[doc = "Generated using autocxx - do not edit directly"]
524
#[doc = "@generated"]
525
mod #mod_name {
0 commit comments