Skip to content

Commit 54181dc

Browse files
committed
remove time::Duration from prelude
1 parent bacb3e3 commit 54181dc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

library/core/src/prelude/common.rs

-4
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ pub use crate::sync::atomic::{
9494
AtomicU32, AtomicU64, AtomicU8, AtomicUsize,
9595
};
9696

97-
#[stable(feature = "core_prelude_extra", since = "CURRENT_RUSTC_VERSION")]
98-
#[doc(no_inline)]
99-
pub use crate::time::Duration;
100-
10197
#[stable(feature = "core_prelude_extra", since = "CURRENT_RUSTC_VERSION")]
10298
#[doc(no_inline)]
10399
pub use crate::ops::ControlFlow;

0 commit comments

Comments
 (0)