Skip to content

Commit ac9e81b

Browse files
committed
Enable f64::round
1 parent 39ac651 commit ac9e81b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,6 @@ pub trait F64Ext {
383383
#[cfg(todo)]
384384
fn ceil(self) -> Self;
385385

386-
#[cfg(todo)]
387386
fn round(self) -> Self;
388387

389388
#[cfg(todo)]
@@ -504,7 +503,6 @@ impl F64Ext for f64 {
504503
ceil(self)
505504
}
506505

507-
#[cfg(todo)]
508506
#[inline]
509507
fn round(self) -> Self {
510508
round(self)

0 commit comments

Comments
 (0)