Skip to content

Commit

Permalink
Merge pull request uuid-rs#10 from HeroesGrave/master
Browse files Browse the repository at this point in the history
Fix for num reform
  • Loading branch information
alexcrichton committed Nov 15, 2014
2 parents 8f2ea67 + 0cd5de1 commit 2c641f5
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 @@ -75,7 +75,7 @@ use std::fmt;
use std::from_str::FromStr;
use std::hash;
use std::mem::{transmute,transmute_copy};
use std::num::FromStrRadix;
use std::num::{FromStrRadix, Int};
use std::rand;
use std::rand::Rng;
use std::slice;
Expand Down

0 comments on commit 2c641f5

Please sign in to comment.