Remove a duplicate space

rustfmt doesn't format `let ... else`.
This commit is contained in:
Chayim Refael Friedman 2022-02-25 01:34:08 +02:00 committed by GitHub
parent 4b043faba3
commit 4809a6d44f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -637,7 +637,7 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
})
.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 =