Skip to content

Commit e447521

Browse files
committed
std: Mop up Mac/Linux breakage
1 parent e3daab7 commit e447521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/uv_ll.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ pub mod uv_ll_struct_stubgen {
496496
a10: 0 as *u8, a11: 0 as *u8,
497497
a12: 0 as *u8, a13: 0 as *u8
498498
}
499-
};
499+
}
500500
}
501501
}
502502
#[cfg(windows)]
@@ -617,7 +617,7 @@ pub mod uv_ll_struct_stubgen {
617617
a13: 0 as *u8,
618618
a14: 0 as *u8,
619619
}
620-
};
620+
}
621621
}
622622
}
623623
#[cfg(windows)]

0 commit comments

Comments
 (0)