未验证 提交 cff3472e 编写于 作者: M Matthias Krüger 提交者: GitHub

Rollup merge of #94341 - ChayimFriedman2:patch-1, r=Dylan-DPC

Remove a duplicate space

rustfmt doesn't format `let ... else`.
......@@ -633,7 +633,7 @@ fn try_suggest_return_impl_trait(
})
.collect::<Result<Vec<_>, _>>();
let Ok(where_predicates) = where_predicates else { return };
let Ok(where_predicates) = where_predicates else { return };
// now get all predicates in the same types as the where bounds, so we can chain them
let predicates_from_where =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册