Skip to content

Commit

Permalink
Merge pull request #1473 from xinchengxx/main
Browse files Browse the repository at this point in the history
Fix unsafe_op_in_unsafe_fn warning for unsafe operations in generated module
  • Loading branch information
adetaylor authored Mar 5, 2025
2 parents 2472415 + 097e1e7 commit ca48925
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ impl IncludeCppEngine {
#[allow(dead_code)]
#[allow(non_upper_case_globals)]
#[allow(non_camel_case_types)]
#[allow(unsafe_op_in_unsafe_fn)]
#[doc = "Generated using autocxx - do not edit directly"]
#[doc = "@generated"]
mod #mod_name {
Expand Down

0 comments on commit ca48925

Please sign in to comment.