Skip to content

Commit cdc90f9

Browse files
committed
Rustfmt
1 parent 8841155 commit cdc90f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/core/src/num/saturating.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ impl<T: fmt::UpperHex> fmt::UpperHex for Saturating<T> {
8080
}
8181
}
8282

83-
8483
// FIXME(30524): impl Op<T> for Saturating<T>, impl OpAssign<T> for Saturating<T>
8584
macro_rules! saturating_impl {
8685
($($t:ty)*) => ($(

0 commit comments

Comments
 (0)