From 2af225679251f23276821442b261c5d50f02f901 Mon Sep 17 00:00:00 2001 From: Benjamin Saunders Date: Thu, 25 Jul 2024 18:13:33 -0700 Subject: [PATCH] Fix example lints --- openxr/examples/vulkan.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/openxr/examples/vulkan.rs b/openxr/examples/vulkan.rs index 06e68b9..e01c13b 100644 --- a/openxr/examples/vulkan.rs +++ b/openxr/examples/vulkan.rs @@ -111,6 +111,7 @@ pub fn main() { ); } + #[allow(clippy::missing_transmute_annotations)] unsafe { let vk_entry = ash::Entry::load().unwrap();