Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
HKalbasi committed Aug 5, 2024
1 parent 23fbc0e commit d354106
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zngur-generator/src/rust.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@ mod zngur_types {
}
}
#[allow(unused_import)]
pub use zngur_types::ZngurCppOpaqueOwnedObject;
#[allow(unused_import)]
pub use zngur_types::ZngurCppOpaqueBorrowedObject;
"#
.to_owned(),
Expand Down

0 comments on commit d354106

Please sign in to comment.