Skip to content

Commit f4219de

Browse files
committed
Run fmt
1 parent ef9f6b6 commit f4219de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

chalk-solve/src/clauses/builtin_traits/fn_family.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ pub fn add_fn_trait_program_clauses<I: Interner>(
2525
let (binders, orig_sub) = fn_val.into_binders_and_value(interner);
2626
let bound_ref = Binders::new(VariableKinds::from(interner, binders), orig_sub);
2727
builder.push_binders(&bound_ref, |builder, orig_sub| {
28-
2928
let all_params: Vec<_> = orig_sub.iter(interner).cloned().collect();
3029

3130
// The last parameter represents the function return type

0 commit comments

Comments
 (0)