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

@ -87,6 +87,7 @@ use std::collections::HashSet;
use std::io::fs::PathExtensions;
use std::mem::replace;
use std::mem;
use std::num::Float;
use std::rc::Rc;
use std::iter;