Liballoc clean up macro_rules style
This commit is contained in:
parent
8aecafe8e8
commit
ec8ff1cc24
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue