Skip to content

Commit bd7c1cf

Browse files
committed
mark from_bits inline
1 parent 14f0305 commit bd7c1cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/float/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ macro_rules! float_impl {
167167
fn imp_frac(self) -> Self::Int {
168168
self.frac() | Self::IMPLICIT_BIT
169169
}
170+
#[inline]
170171
fn from_bits(a: Self::Int) -> Self {
171172
Self::from_bits(a)
172173
}

0 commit comments

Comments
 (0)