Skip to content

Commit

Permalink
Merge pull request uuid-rs#12 from tupshin/master
Browse files Browse the repository at this point in the history
fixed FromStr to use new namespace
  • Loading branch information
alexcrichton committed Nov 17, 2014
2 parents 2c641f5 + 08ec2bb commit c66943b
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 c66943b

Please sign in to comment.