Skip to content

Commit

Permalink
Fix example lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith committed Jul 26, 2024
1 parent 7ff42ad commit 2af2256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openxr/examples/vulkan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ pub fn main() {
);
}

#[allow(clippy::missing_transmute_annotations)]
unsafe {
let vk_entry = ash::Entry::load().unwrap();

Expand Down

0 comments on commit 2af2256

Please sign in to comment.