Skip to content

Commit deaa643

Browse files
committed
return
1 parent 0e82565 commit deaa643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/f32.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ impl f32 {
470470
#[stable(feature = "rust1", since = "1.0.0")]
471471
#[inline]
472472
pub fn log2(self) -> f32 {
473-
return crate::sys::log2f32(self);
473+
crate::sys::log2f32(self)
474474
}
475475

476476
/// Returns the base 10 logarithm of the number.

0 commit comments

Comments
 (0)