Skip to content

Commit 6d7017b

Browse files
committed
fix(useless_conversion): remove unnecessary blank line in adjustments function
1 parent f1a2586 commit 6d7017b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/useless_conversion.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,6 @@ fn adjustments(cx: &LateContext<'_>, expr: &Expr<'_>) -> String {
459459

460460
let adjustments = cx.typeck_results().expr_adjustments(expr);
461461

462-
463462
let [.., last] = adjustments else { return prefix };
464463
let target = last.target;
465464

0 commit comments

Comments
 (0)