Merge #183: Remove trailing whitespace
1b0c57377a
Remove trailing whitespace (Tony Jin)
Pull request description:
Removes some trailing whitespace in the `macros.rs` file.
Top commit has no ACKs.
Tree-SHA512: cb0486f0c1660e56ce996e448315dc95799d9596657ea63fa3d1dc3fed83b4ed20ba42ea1e311a8a7da86982ee9bc5a61a6b874f0cfdd98bdda67ca762227c78
This commit is contained in:
commit
30ea7f8d4f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue