rust/crates/rust-analyzer
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
tests/slow-tests internal: make xtask lighter 2021-07-04 12:47:56 +03:00
build.rs minor: standard snippet 2021-05-07 21:46:25 +03:00
Cargo.toml internal: make xtask lighter 2021-07-04 12:47:56 +03:00