Skip to content

Commit

Permalink
fixed FromStr to use new namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tupshin committed Nov 17, 2014
1 parent 2c641f5 commit 08ec2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ extern crate serialize;
use std::char::Char;
use std::default::Default;
use std::fmt;
use std::from_str::FromStr;
use std::str::FromStr;
use std::hash;
use std::mem::{transmute,transmute_copy};
use std::num::{FromStrRadix, Int};
Expand Down

0 comments on commit 08ec2bb

Please sign in to comment.