Skip to content

Commit

Permalink
Liballoc clean up macro_rules style
Browse files Browse the repository at this point in the history
  • Loading branch information
pickfire committed Jun 18, 2020
1 parent 8aecafe commit ec8ff1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liballoc/vec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ec8ff1c

Please sign in to comment.