]> git.lizzy.rs Git - rust.git/commit
Merge #6501
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Mon, 9 Nov 2020 11:40:08 +0000 (11:40 +0000)
committerGitHub <noreply@github.com>
Mon, 9 Nov 2020 11:40:08 +0000 (11:40 +0000)
commit2f247140817c9cbd9009085c9f9ccedb4f6a718f
tree9866d241ed3345fd89ac511eba4bd3d85bd41171
parenta12088456072459c7df2d9d8f077a69ab518710a
parent4c03d98db4638729e8b47449ba76bf51e33cd444
Merge #6501

6501: Remove text_edit_builder api from AssistBuilder r=matklad a=Veykril

Also fixes a small bug in `expand_glob_import` in regards to the very nice looking `something::{*}` import when only one item was used. Before it would duplicate the path and just append it, causing the following wrong import `something::something::UsedItem`.

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>