Remove lots of numeric traits from the preludes
Num, NumCast, Unsigned, Float, Primitive and Int have been removed.
This commit is contained in:
parent
891559e30d
commit
e965ba85ca
48 changed files with 100 additions and 66 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue