Skip to content

Commit a430684

Browse files
committed
Whiteline
1 parent 9f6104c commit a430684

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_hir_typeck/src/method/suggest.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,6 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
12411241
}
12421242
}
12431243
}
1244-
12451244
// Only if an appropriate error source is not found, check method chain for possible candiates
12461245
let error_source_not_found = unsatisfied_predicates.is_empty() && !internal_mutation_in_method;
12471246
if error_source_not_found && let Mode::MethodCall = mode && let SelfSource::MethodCall(mut rcvr_expr) = source {

0 commit comments

Comments
 (0)