```rust assert_relative_eq!( 0.55, 0.56 ); ``` Compiles on version 0.4.0, but fails on 0.5.x I don't think this is desired behavior, also I can not see another possible signature. And a bit more of docs for each macro would be awesome.