rust/crates/syntax
bors[bot] b594f9c441
Merge #11690
11690: feat: Add an assist for inlining type aliases r=Veykril a=steven-joruk

I'm working towards implementing #10881, but I'd like to get this in first with earlier feedback.

Is `inline_type_alias` a good enough name? I guess the follow up assist would be called `inline_type_alias_into_all_users` based on that.

![valid_inlines](https://user-images.githubusercontent.com/1277939/158020510-fed78b5c-4c7e-46d1-9151-3044a29b9990.gif)

![invalid_inlines](https://user-images.githubusercontent.com/1277939/158020516-8a2deb6d-c6ec-4adf-a15b-c514fc97dc43.gif)



Co-authored-by: Steven Joruk <steven@joruk.com>
2022-03-20 21:15:49 +00:00
..
fuzz Bump MSRV (1.57) 2021-12-16 01:56:12 +05:00
src Merge #11690 2022-03-20 21:15:49 +00:00
test_data Validate let expressions 2022-02-21 08:34:35 +02:00
Cargo.toml fix: Recognize Self as a proper keyword 2022-03-05 23:20:06 +01:00