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.
2 parents 2472415 + 097e1e7 commit ca48925Copy full SHA for ca48925
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