We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a233db5 commit 6f96bccCopy full SHA for 6f96bcc
src/float/conv.rs
@@ -344,8 +344,7 @@ where
344
///
345
/// Parameters:
346
/// - `fbits`: `abg(f)` bitcasted to an integer.
347
-/// - `map_inbounds`: apply this transformation to integers that are within range (add the sign
348
-/// back).
+/// - `map_inbounds`: apply this transformation to integers that are within range (add the sign back).
349
/// - `out_of_bounds`: return value when out of range for `I`.
350
fn float_to_int_inner<F, I, FnFoo, FnOob>(
351
fbits: F::Int,
0 commit comments