update str::from_utf8

This commit is contained in:
Sean McArthur
2014-12-23 12:55:53 -08:00
parent 33f61213ce
commit 691c70a380
9 changed files with 20 additions and 18 deletions

View File

@@ -125,7 +125,7 @@
//! implement `Reader` and can be read to get the data out of a `Response`.
//!
extern crate serialize;
extern crate "rustc-serialize" as serialize;
extern crate time;
extern crate url;
extern crate openssl;