Skip to content

Commit ec8ff1c

Browse files
committed
Liballoc clean up macro_rules style
1 parent 8aecafe commit ec8ff1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/vec.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1837,7 +1837,7 @@ unsafe trait IsZero {
18371837
}
18381838

18391839
macro_rules! impl_is_zero {
1840-
($t: ty, $is_zero: expr) => {
1840+
($t:ty, $is_zero:expr) => {
18411841
unsafe impl IsZero for $t {
18421842
#[inline]
18431843
fn is_zero(&self) -> bool {

0 commit comments

Comments
 (0)