test(readme): test readme code fences

This commit is contained in:
Sean McArthur
2016-04-19 15:54:09 -07:00
parent caa796f98d
commit b98662ab6d
3 changed files with 12 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ use hyper::header::Connection;
fn main() {
// Create a client.
let mut client = Client::new();
let client = Client::new();
// Creating an outgoing request.
let mut res = client.get("http://rust-lang.org/")