Skip to content

Commit

Permalink
fix for num reform
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroesGrave committed Nov 15, 2014
1 parent 8f2ea67 commit 0cd5de1
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 0cd5de1

Please sign in to comment.