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.
1 parent 8154f59 commit a5224b9Copy full SHA for a5224b9
library/core/src/intrinsics/mod.rs
@@ -55,7 +55,7 @@
55
#![allow(missing_docs)]
56
57
use crate::ffi::va_list::{VaArgSafe, VaList};
58
-use crate::marker::{ConstParamTy, Destruct, DiscriminantKind, PointeeSized, Tuple};
+use crate::marker::{ConstParamTy, DiscriminantKind, PointeeSized, Tuple};
59
use crate::{mem, ptr};
60
61
mod bounds;
0 commit comments