Enable f64::round

This commit is contained in:
Michael Howell 2018-07-13 01:25:46 +00:00
parent 50f9ad97a5
commit 3accabd018

View file

@ -383,7 +383,6 @@ pub trait F64Ext {
#[cfg(todo)]
fn ceil(self) -> Self;
#[cfg(todo)]
fn round(self) -> Self;
#[cfg(todo)]
@ -504,7 +503,6 @@ impl F64Ext for f64 {
ceil(self)
}
#[cfg(todo)]
#[inline]
fn round(self) -> Self {
round(self)