(fix) Add semicolons at macro invocation sites.
This commit is contained in:
@@ -80,7 +80,7 @@ mod tests {
|
||||
|
||||
macro_rules! sock(
|
||||
($s:expr) => (::std::str::from_str::<::std::io::net::ip::SocketAddr>($s).unwrap())
|
||||
)
|
||||
);
|
||||
|
||||
#[test]
|
||||
fn test_get_empty_body() {
|
||||
|
||||
Reference in New Issue
Block a user