Skip to content

Commit a5224b9

Browse files
committed
remove import
1 parent 8154f59 commit a5224b9

File tree

1 file changed

+1
-1
lines changed
  • library/core/src/intrinsics

1 file changed

+1
-1
lines changed

library/core/src/intrinsics/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
#![allow(missing_docs)]
5656

5757
use crate::ffi::va_list::{VaArgSafe, VaList};
58-
use crate::marker::{ConstParamTy, Destruct, DiscriminantKind, PointeeSized, Tuple};
58+
use crate::marker::{ConstParamTy, DiscriminantKind, PointeeSized, Tuple};
5959
use crate::{mem, ptr};
6060

6161
mod bounds;

0 commit comments

Comments
 (0)