Liballoc clean up macro_rules style

This commit is contained in:
Ivan Tham 2020-06-19 00:34:20 +08:00
parent 8aecafe8e8
commit ec8ff1cc24

View file

@ -1837,7 +1837,7 @@ unsafe trait IsZero {
}
macro_rules! impl_is_zero {
($t: ty, $is_zero: expr) => {
($t:ty, $is_zero:expr) => {
unsafe impl IsZero for $t {
#[inline]
fn is_zero(&self) -> bool {