rust/crates/ide
Aleksey Kladov 81b0976187 Future proof find-usages API
We might want to provide more efficient impls for check if usages
exist, limiting the search, filtering and cancellation, so let's
violate YAGNI a bit here.
2020-08-19 18:58:48 +02:00
..
src Future proof find-usages API 2020-08-19 18:58:48 +02:00
test_data Add new method to Semantics, method_receiver_kind, which returns the kind of self 2020-08-16 10:26:16 -04:00
Cargo.toml