diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-10-13 15:59:37 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-13 15:59:37 +0100 |
commit | 5091b5e9739a283329b475cab84a83117eb5814a (patch) | |
tree | f8e3bc969b502075cf1157fe33fc044d204cb022 /crates/assists/src/tests.rs | |
parent | 2d79bb9413b3e30d15d70b49ca19fcf47a97e592 (diff) | |
parent | 2620b8d42f2d9c41ead1af518158691840141583 (diff) |
Merge #6209
6209: Fix MergeBehaviour::Full/Last not working when merging nested long paths r=matklad a=Veykril
Prior to this inserting `std::foo::bar::Baz` with a nested import containing a multi segment path like `use std::{foo::bar::Qux};` present would result in `use std::{foo::bar::Baz, foo::bar::Qux};` with Full/Last Mergebehaviour.
Co-authored-by: Lukas Wirth <[email protected]>
Diffstat (limited to 'crates/assists/src/tests.rs')
0 files changed, 0 insertions, 0 deletions