Skip to content

Commit 6f96bcc

Browse files
GrigorenkoPVtgross35
authored andcommitted
Indentation fix to please clippy
1 parent a233db5 commit 6f96bcc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/float/conv.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,7 @@ where
344344
///
345345
/// Parameters:
346346
/// - `fbits`: `abg(f)` bitcasted to an integer.
347-
/// - `map_inbounds`: apply this transformation to integers that are within range (add the sign
348-
/// back).
347+
/// - `map_inbounds`: apply this transformation to integers that are within range (add the sign back).
349348
/// - `out_of_bounds`: return value when out of range for `I`.
350349
fn float_to_int_inner<F, I, FnFoo, FnOob>(
351350
fbits: F::Int,

0 commit comments

Comments
 (0)