Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Update for rust-lang/rust#10701.
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-morgan committed Dec 5, 2013
1 parent c19fef8 commit 9d7133d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/client/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ fn make_and_print_request(url: ~str) {
}
println("Body:");
let body = response.read_to_end();
println(str::from_utf8_slice(body));
println(str::from_utf8(body));
}

0 comments on commit 9d7133d

Please sign in to comment.