Skip to content

Commit 98afefe

Browse files
committed
fmt
1 parent 21a1939 commit 98afefe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/core/src/intrinsics/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ use crate::ffi::va_list::{VaArgSafe, VaListImpl};
6060
#[cfg(kani)]
6161
use crate::kani;
6262
use crate::marker::{ConstParamTy, Destruct, DiscriminantKind, PointeeSized, Tuple};
63-
use crate::{mem, ptr};
6463
#[cfg(kani)]
6564
use crate::ub_checks;
65+
use crate::{mem, ptr};
6666

6767
mod bounds;
6868
pub mod fallback;

library/core/src/mem/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#![stable(feature = "rust1", since = "1.0.0")]
77

88
use crate::alloc::Layout;
9+
use crate::clone::TrivialClone;
910
#[cfg(kani)]
1011
use crate::kani;
11-
use crate::clone::TrivialClone;
1212
use crate::marker::{Destruct, DiscriminantKind};
1313
use crate::panic::const_assert;
1414
use crate::{clone, cmp, fmt, hash, intrinsics, ptr};

0 commit comments

Comments
 (0)