mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
Liballoc clean up macro_rules style
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user