(fix) Add semicolons at macro invocation sites.
This commit is contained in:
		| @@ -366,7 +366,7 @@ mod tests { | ||||
|                                      Server: mock3\r\n\ | ||||
|                                      \r\n\ | ||||
|                                     " | ||||
|     }) | ||||
|     }); | ||||
|  | ||||
|     #[test] | ||||
|     fn test_redirect_followall() { | ||||
|   | ||||
| @@ -114,7 +114,7 @@ impl Request<Fresh> { | ||||
|         } | ||||
|  | ||||
|         debug!("writing head: {} {} {}", self.method, uri, self.version); | ||||
|         try!(write!(&mut self.body, "{} {} {}", self.method, uri, self.version)) | ||||
|         try!(write!(&mut self.body, "{} {} {}", self.method, uri, self.version)); | ||||
|         try!(self.body.write(LINE_ENDING)); | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user