about summary refs log tree commit diff
path: root/src/libstd/num/float_macros.rs
AgeCommit message (Collapse)AuthorLines
2014-01-09Remove ApproxEq and assert_approx_eq!Brendan Zabarauskas-0/+20
This trait seems to stray too far from the mandate of a standard library as implementations may vary between use cases.