diff --git a/src/util/uint.rs b/src/util/uint.rs index 8a52f2ff..ccc5a68b 100644 --- a/src/util/uint.rs +++ b/src/util/uint.rs @@ -178,7 +178,7 @@ macro_rules! construct_uint { impl PartialOrd for $name { #[inline] - fn partial_cmp(&self, other: &$name) -> Option<::core::cmp::Ordering> { + fn partial_cmp(&self, other: &$name) -> Option { Some(self.cmp(&other)) } }