diff --git a/src/macros.rs b/src/macros.rs index 6a8354f..6e72155 100644 --- a/src/macros.rs +++ b/src/macros.rs @@ -62,7 +62,7 @@ macro_rules! impl_array_newtype { #[inline] fn cmp(&self, other: &$thing) -> ::core::cmp::Ordering { self[..].cmp(&other[..]) - } + } } impl Clone for $thing {