rust/crates/ide-assists
Dorian Scheidt ffb6b23c75 fix: Prevent panic in Remove Unused Parameter assist
Instead of calling `builder.delete` for every text range we find with
`process_usage`, we now ensure that the ranges do not overlap before removing
them. If a range is fully contained by a prior one, it is dropped.

fixes #12784
2022-07-18 16:44:04 -05:00
..
src fix: Prevent panic in Remove Unused Parameter assist 2022-07-18 16:44:04 -05:00
Cargo.toml Bump either 2022-07-03 10:09:35 +03:00