2
0
Fork 0
mirror of https://github.com/rust-lang/rust-analyzer synced 2025-02-13 12:43:38 +00:00
rust-analyzer/crates/ide
Aleksey Kladov 2f22675537 Simplify assists resolution API
Assist vs UnresolvedAssist split doesn't really pull its weight. This
is especially bad if we want to include `Assist` as a field of
diagnostics, where we'd have to make the thing generic.
2020-12-26 14:11:42 +03:00
..
src Simplify assists resolution API 2020-12-26 14:11:42 +03:00
Cargo.toml Move the helpers into ide_db 2020-11-28 16:30:39 +02:00