mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00

feat: Add `unqualify_method_call` assist ...which is the inverse of `qualify_method_call` assist.  Optional future work: - import the trait if needed - remove excess references when auto-ref is possible