(fix) Add semicolons at macro invocation sites.
This commit is contained in:
		| @@ -95,5 +95,5 @@ mod tests { | ||||
|     } | ||||
| } | ||||
|  | ||||
| bench_header!(bench, Host, { vec![b"foo.com:3000".to_vec()] }) | ||||
| bench_header!(bench, Host, { vec![b"foo.com:3000".to_vec()] }); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user