FromStr is now in str

This commit is contained in:
Alexis Mousset
2014-11-17 21:32:32 +01:00
parent 7aac045856
commit 490eebbd02
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
#![unstable]
use std::from_str::FromStr;
use std::str::FromStr;
use std::fmt::{Show, Formatter, Result};
use common::CRLF;

View File

@@ -11,7 +11,7 @@
#![unstable]
use std::from_str::FromStr;
use std::str::FromStr;
use std::fmt::{Show, Formatter, Result};
use tools::remove_trailing_crlf;