Skip to content

Commit b30aa13

Browse files
committed
use as_inner for now and remove From impl
1 parent c52fe92 commit b30aa13

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/primitive.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,3 @@ impl PartialOrd<f64> for FiniteF64 {
136136
self.0.partial_cmp(other)
137137
}
138138
}
139-
140-
impl From<FiniteF64> for f64 {
141-
fn from(value: FiniteF64) -> Self {
142-
value.0
143-
}
144-
}

0 commit comments

Comments
 (0)