FromStr is now in str
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
#![unstable]
|
||||
|
||||
use std::from_str::FromStr;
|
||||
use std::str::FromStr;
|
||||
use std::fmt::{Show, Formatter, Result};
|
||||
|
||||
use common::CRLF;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user