未验证 提交 4809a6d4 编写于 作者: C Chayim Refael Friedman 提交者: GitHub

Remove a duplicate space

rustfmt doesn't format `let ... else`.
上级 4b043fab
......@@ -637,7 +637,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.
先完成此消息的编辑!
想要评论请 注册