std::from_str has been moved to std::str
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
use std::fmt::{mod, Show};
|
||||
use std::from_str::FromStr;
|
||||
use std::str::from_utf8;
|
||||
use std::str::{FromStr, from_utf8};
|
||||
use serialize::base64::{ToBase64, FromBase64, Standard, Config};
|
||||
use header::{Header, HeaderFormat};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user