We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
size_of
1 parent df20162 commit 142348cCopy full SHA for 142348c
src/util.rs
@@ -3,7 +3,7 @@
3
4
use std::ffi::{c_void, OsString};
5
use std::fmt::Display;
6
-use std::mem::ManuallyDrop;
+use std::mem::{size_of, ManuallyDrop};
7
use std::os::windows::ffi::OsStringExt;
8
use std::path::PathBuf;
9
use std::sync::atomic::{AtomicU64, Ordering};
0 commit comments