rust-analyzer/crates/ide
Aleksey Kladov 721feb1832 internal: prepare to move rename to base_db
It's better to handle magical cases upper in the stack, because it
allows for better re-use of the general implementation below. So, we
pull the `self` case up here.

The end goal is to put `Definition::rename` to the `ide_db`, because
it's a generally re-usable functionality useful for different ide
features, alongside with the search which is already there.
2021-06-14 17:28:39 +03:00
..
src internal: prepare to move rename to base_db 2021-06-14 17:28:39 +03:00
Cargo.toml internal: cross-crate cov-marks 2021-06-12 23:40:52 +03:00