Skip to content

Commit 4159b27

Browse files
committed
order things more traditionally
1 parent 8a4573f commit 4159b27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/intrinsics.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
issue = "0")]
3737
#![allow(missing_docs)]
3838

39+
use crate::mem;
40+
3941
#[stable(feature = "drop_in_place", since = "1.8.0")]
4042
#[rustc_deprecated(reason = "no longer an intrinsic - use `ptr::drop_in_place` directly",
4143
since = "1.18.0")]
4244
pub use crate::ptr::drop_in_place;
4345

44-
use crate::mem;
45-
4646
extern "rust-intrinsic" {
4747
// N.B., these intrinsics take raw pointers because they mutate aliased
4848
// memory, which is not valid for either `&` or `&mut`.

0 commit comments

Comments
 (0)