rust-analyzer/crates/ide-assists
DropDemBits 4aaa592a9a
Migrate destructure_tuple_binding to mutable ast
Due to the way the current tree mutation api works, we need to collect
changes before we can apply them to the real syntax tree, and also can only
switch to a file once.

`destructure_tuple_binding_in_sub_pattern` also gets migrated even
though can't be used.
2023-11-11 21:07:19 -05:00
..
src Migrate destructure_tuple_binding to mutable ast 2023-11-11 21:07:19 -05:00
Cargo.toml internal: Enable smallvec's union feature 2023-02-14 17:01:01 +01:00