Skip to content

Commit 58ae4a9

Browse files
committed
de-promote Duration::from_secs
1 parent dae90c1 commit 58ae4a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libcore/time.rs

-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ impl Duration {
152152
/// ```
153153
#[stable(feature = "duration", since = "1.3.0")]
154154
#[inline]
155-
#[rustc_promotable]
156155
#[rustc_const_stable(feature = "duration_consts", since = "1.32.0")]
157156
pub const fn from_secs(secs: u64) -> Duration {
158157
Duration { secs, nanos: 0 }

0 commit comments

Comments
 (0)