auto merge of #12326 : bjz/rust/integer, r=alexcrichton

This is part of the effort to simplify `std::num`, as tracked in issue #10387.
This commit is contained in:
bors 2014-02-21 09:46:49 -08:00
commit b5995b4e93
12 changed files with 439 additions and 421 deletions

View file

@ -14,6 +14,7 @@ use std::from_str::FromStr;
use std::num::One;
use std::num::Zero;
use std::num::FromPrimitive;
use num::Integer;
use num::bigint::BigInt;
struct Context {