(fix) Add semicolons at macro invocation sites.

This commit is contained in:
Jonathan Reem
2014-12-20 02:38:00 -08:00
parent 15bac9dadc
commit 90925f05ee
28 changed files with 76 additions and 60 deletions

View File

@@ -38,7 +38,7 @@ macro_rules! try_option(
None => return None
}
}}
)
);
impl Server<HttpListener> {
/// Creates a new server that will handle `HttpStream`s.