Skip to content

Commit f859430

Browse files
committed
fix duplicate Move import
1 parent 01c76d6 commit f859430

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library/core/src/cell.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,6 @@
250250
251251
#![stable(feature = "rust1", since = "1.0.0")]
252252

253-
use core::marker::Move;
254-
255253
use crate::cmp::Ordering;
256254
use crate::fmt::{self, Debug, Display};
257255
use crate::marker::{Move, PhantomData, Unsize};

0 commit comments

Comments
 (0)