]> git.lizzy.rs Git - rust.git/commitdiff
Merge #5004
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Tue, 23 Jun 2020 14:55:03 +0000 (14:55 +0000)
committerGitHub <noreply@github.com>
Tue, 23 Jun 2020 14:55:03 +0000 (14:55 +0000)
5004: Fix panic in split/merge import assists r=matklad a=lnicola

Fixes #4368 #4905

Not sure if this is the best solution here. Maybe the `make` functions should be fallible? We generally seem to be playing whack-a-mole with panics in assists, although most of them are `unwrap`s in the assist code.

Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>

Trivial merge