rust/crates/ide-assists
bors d33fa38cc9 Auto merge of #13825 - WaffleLapkin:ufcs_to_method_call_and_back, r=Veykril
feat: Add `unqualify_method_call` assist

...which is the inverse of `qualify_method_call` assist.

![Peek 2022-12-22 22-47](https://user-images.githubusercontent.com/38225716/209206554-8f067206-6fa6-48f8-849e-f6d36ee2e5a1.gif)

Optional future work:
- import the trait if needed
- remove excess references when auto-ref is possible
2023-01-09 14:37:40 +00:00
..
src Auto merge of #13825 - WaffleLapkin:ufcs_to_method_call_and_back, r=Veykril 2023-01-09 14:37:40 +00:00
Cargo.toml fix: merge multiple intersecting ranges 2022-12-31 22:08:53 +09:00