ZIm/crates/editor
Marshall Bowers cee019b1ea
editor: Qualify RangeExt::overlaps call to prevent phantom diagnostics (#18743)
This PR qualifies a call to `RangeExt::overlaps` to avoid some confusion
in rust-analyzer not being able to distinguish between
`RangeExt::overlaps` and `AnchorRangeExt::overlaps` and producing
phantom diagnostics.

We may also want to consider renaming the method on `AnchorRangeExt` to
disambiguate them.

Release Notes:

- N/A
2024-10-04 15:06:05 -04:00
..
src editor: Qualify RangeExt::overlaps call to prevent phantom diagnostics (#18743) 2024-10-04 15:06:05 -04:00
Cargo.toml Fix bugs in diff hunk highlighting (#18454) 2024-09-27 11:14:28 -07:00
LICENSE-GPL chore: Change AGPL-licensed crates to GPL (except for collab) (#4231) 2024-01-24 00:26:58 +01:00