1
Fork 0

Remove lots of numeric traits from the preludes

Num, NumCast, Unsigned, Float, Primitive and Int have been removed.
This commit is contained in:
Brendan Zabarauskas 2014-11-10 16:26:10 +11:00
parent 891559e30d
commit e965ba85ca
48 changed files with 100 additions and 66 deletions

View file

@ -20,6 +20,7 @@ use ptr::P;
use std::cell::{Cell, RefCell};
use std::io::File;
use std::rc::Rc;
use std::num::Int;
use std::str;
use std::iter;