Skip to content

Commit 6ddfc77

Browse files
committed
restore time remove flux
1 parent 800d19a commit 6ddfc77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/core/src/time.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,6 @@ impl fmt::Debug for Duration {
12691269
///
12701270
/// A prefix and postfix may be added. The whole thing is padded
12711271
/// to the formatter's `width`, if specified.
1272-
#[cfg_attr(flux, flux::trusted(reason = "modular arithmetic invariant"))]
12731272
fn fmt_decimal(
12741273
f: &mut fmt::Formatter<'_>,
12751274
integer_part: u64,

0 commit comments

Comments
 (0)