(fix) Add semicolons at macro invocation sites.
This commit is contained in:
@@ -38,7 +38,7 @@ macro_rules! try_option(
|
||||
None => return None
|
||||
}
|
||||
}}
|
||||
)
|
||||
);
|
||||
|
||||
impl Server<HttpListener> {
|
||||
/// Creates a new server that will handle `HttpStream`s.
|
||||
|
||||
@@ -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