We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9f6b6 commit f4219deCopy full SHA for f4219de
chalk-solve/src/clauses/builtin_traits/fn_family.rs
@@ -25,7 +25,6 @@ pub fn add_fn_trait_program_clauses<I: Interner>(
25
let (binders, orig_sub) = fn_val.into_binders_and_value(interner);
26
let bound_ref = Binders::new(VariableKinds::from(interner, binders), orig_sub);
27
builder.push_binders(&bound_ref, |builder, orig_sub| {
28
-
29
let all_params: Vec<_> = orig_sub.iter(interner).cloned().collect();
30
31
// The last parameter represents the function return type
0 commit comments