From 5a5a5a39ad87a3a78e4a67da7bb7c53203381663 Mon Sep 17 00:00:00 2001 From: Pavel Grigorenko Date: Sat, 1 Feb 2025 02:14:22 +0300 Subject: [PATCH] Indentation fix to please clippy --- library/compiler-builtins/src/float/conv.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/compiler-builtins/src/float/conv.rs b/library/compiler-builtins/src/float/conv.rs index 83a181c37d40..4f52ac7120d9 100644 --- a/library/compiler-builtins/src/float/conv.rs +++ b/library/compiler-builtins/src/float/conv.rs @@ -344,8 +344,7 @@ where /// /// Parameters: /// - `fbits`: `abg(f)` bitcasted to an integer. -/// - `map_inbounds`: apply this transformation to integers that are within range (add the sign -/// back). +/// - `map_inbounds`: apply this transformation to integers that are within range (add the sign back). /// - `out_of_bounds`: return value when out of range for `I`. fn float_to_int_inner( fbits: F::Int,