1 2 3 4 5
#![allow(clippy::transmute_ptr_to_ptr)] #![allow(clippy::type_complexity)] #![allow(clippy::new_ret_no_self)] include!(concat!(env!("OUT_DIR"), "/winrt.rs"));
1 2 3 4 5
#![allow(clippy::transmute_ptr_to_ptr)] #![allow(clippy::type_complexity)] #![allow(clippy::new_ret_no_self)] include!(concat!(env!("OUT_DIR"), "/winrt.rs"));