Remove ApproxEq and assert_approx_eq!
This trait seems to stray too far from the mandate of a standard library as implementations may vary between use cases.
This commit is contained in:
@@ -85,6 +85,7 @@ pub mod prelude;
|
||||
|
||||
/* Primitive types */
|
||||
|
||||
#[path = "num/float_macros.rs"] mod float_macros;
|
||||
#[path = "num/int_macros.rs"] mod int_macros;
|
||||
#[path = "num/uint_macros.rs"] mod uint_macros;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user