fix a multitude of clippy warns

This commit is contained in:
2024-12-30 18:26:41 +00:00
parent d6fb43adc1
commit 18df986c67
5 changed files with 24 additions and 35 deletions
+3
View File
@@ -8,6 +8,9 @@ use windows::Win32::System::Threading::{
#[derive(Debug, Default, Clone)]
pub struct Handle(pub HANDLE);
unsafe impl Send for Handle {}
unsafe impl Sync for Handle {}
impl Deref for Handle {
type Target = HANDLE;