rust-analyzer/crates/ide_assists
Jonas Goronczy c203cd4cb7 Extract struct from enum variant filters generics
Extracting a struct from an enum variant now filters out only the
generic parameters necessary for the new struct.
Bounds will be copied to the new struct, but unneeded ones are not
filtered out.
Extracting bounds in a where clause are still not implemented.
2022-02-12 23:21:41 +01:00
..
src Extract struct from enum variant filters generics 2022-02-12 23:21:41 +01:00
Cargo.toml Merge #11028 2021-12-20 13:45:35 +00:00