rust-analyzer/crates/ide
Aleksey Kladov 6e9780c005 internal: make CompletionItem and SourceChange consistent
Before this PR, SourceChange used a bool and CompletionItem used an enum
to signify if edit is a snippet. It makes sense to use the same pattern
in both cases. `bool` feels simpler, as there's only one consumer of
this API, and all producers are encapsulated anyway (we check the
capability at the production site).
2021-07-04 15:44:03 +03:00
..
src internal: make CompletionItem and SourceChange consistent 2021-07-04 15:44:03 +03:00
Cargo.toml fix all reviews 2021-06-28 07:31:54 +01:00