We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8841155 commit cdc90f9Copy full SHA for cdc90f9
library/core/src/num/saturating.rs
@@ -80,7 +80,6 @@ impl<T: fmt::UpperHex> fmt::UpperHex for Saturating<T> {
80
}
81
82
83
-
84
// FIXME(30524): impl Op<T> for Saturating<T>, impl OpAssign<T> for Saturating<T>
85
macro_rules! saturating_impl {
86
($($t:ty)*) => ($(
0 commit comments