@@ -43,13 +43,13 @@ pub use crate::result::Result::{self, Err, Ok};
43
43
44
44
#[ stable( feature = "core_prelude_extra" , since = "CURRENT_RUSTC_VERSION" ) ]
45
45
#[ doc( no_inline) ]
46
- pub use crate :: cell:: { Cell , LazyCell , OnceCell , RefCell , SyncUnsafeCell , UnsafeCell } ;
46
+ pub use crate :: cell:: { LazyCell , OnceCell , RefCell , SyncUnsafeCell , UnsafeCell } ;
47
47
48
48
#[ stable( feature = "core_prelude_extra" , since = "CURRENT_RUSTC_VERSION" ) ]
49
49
#[ doc( no_inline) ]
50
50
pub use crate :: ffi:: {
51
51
c_char, c_double, c_float, c_int, c_long, c_longlong, c_ptrdiff_t, c_schar, c_short, c_size_t,
52
- c_ssize_t, c_str , c_uchar, c_uint, c_ulong, c_ulonglong, c_ushort, c_void, CStr ,
52
+ c_ssize_t, c_uchar, c_uint, c_ulong, c_ulonglong, c_ushort, c_void, CStr ,
53
53
} ;
54
54
55
55
#[ stable( feature = "core_prelude_extra" , since = "CURRENT_RUSTC_VERSION" ) ]
@@ -94,10 +94,6 @@ pub use crate::sync::atomic::{
94
94
AtomicU32 , AtomicU64 , AtomicU8 , AtomicUsize ,
95
95
} ;
96
96
97
- #[ stable( feature = "core_prelude_extra" , since = "CURRENT_RUSTC_VERSION" ) ]
98
- #[ doc( no_inline) ]
99
- pub use crate :: time:: Duration ;
100
-
101
97
#[ stable( feature = "core_prelude_extra" , since = "CURRENT_RUSTC_VERSION" ) ]
102
98
#[ doc( no_inline) ]
103
99
pub use crate :: ops:: ControlFlow ;
0 commit comments