Remove spurious semicolons at the end of macro_rules! definitions.
This commit is contained in:
parent
5245aceba9
commit
6e7cf87101
@ -43,7 +43,7 @@ macro_rules! early_return(
|
||||
_ => {}
|
||||
}
|
||||
);
|
||||
);
|
||||
)
|
||||
// ...
|
||||
early_return!(input_1 special_a);
|
||||
// ...
|
||||
@ -160,7 +160,7 @@ macro_rules! early_return(
|
||||
_ => {}
|
||||
}
|
||||
);
|
||||
);
|
||||
)
|
||||
// ...
|
||||
early_return!(input_1, [special_a|special_c|special_d]);
|
||||
// ...
|
||||
|
Loading…
Reference in New Issue
Block a user