Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Commit b8e7cca

Browse files
committed
Merge pull request #45 from msiemens/patch-1
Update to Rust master: String conversion updates
2 parents eff7823 + c6dbf63 commit b8e7cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ use std::collections::HashMap;
219219
use std::error::Error as StdError;
220220
use std::error::FromError;
221221
use std::fmt;
222-
use std::from_str::{FromStr, from_str};
222+
use std::str::{FromStr, from_str};
223223
use std::num;
224224
use std::num::NumCast;
225225
use serialize::Decodable;

0 commit comments

Comments
 (0)