Skip to content

Commit d7214df

Browse files
committed
Fmt again
1 parent 4b93228 commit d7214df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_hir_typeck/src/method/suggest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,7 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
12401240
}
12411241
}
12421242
// Only if an appropriate error source is not found, check method chain for possible candiates
1243-
let error_source_not_found = unsatisfied_predicates.is_empty();
1243+
let error_source_not_found = unsatisfied_predicates.is_empty();
12441244
if error_source_not_found && let Mode::MethodCall = mode && let SelfSource::MethodCall(mut rcvr_expr) = source {
12451245
while let hir::ExprKind::MethodCall(_path_segment, parent_expr, _args, method_span) =
12461246
rcvr_expr.kind

0 commit comments

Comments
 (0)