Skip to content

Commit 142348c

Browse files
authored
Add explicit size_of import (#227)
1 parent df20162 commit 142348c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
use std::ffi::{c_void, OsString};
55
use std::fmt::Display;
6-
use std::mem::ManuallyDrop;
6+
use std::mem::{size_of, ManuallyDrop};
77
use std::os::windows::ffi::OsStringExt;
88
use std::path::PathBuf;
99
use std::sync::atomic::{AtomicU64, Ordering};

0 commit comments

Comments
 (0)