@@ -93,41 +93,41 @@ An impressive ~37 new assists have been implemented, some by the main contributo
93
93
94
94
- https://github.com/rust-analyzer/rust-analyzer/pull/7310[Add Lifetime to Type]
95
95
- https://github.com/rust-analyzer/rust-analyzer/pull/7824[Add Type Ascription]
96
- - https://github.com/rust-analyzer/pull/10362[Convert `a/mod.rs` into `a.rs`]
97
- - https://github.com/rust-analyzer/pull/9837[Convert `bool::then` to `if`]
96
+ - https://github.com/rust-analyzer/rust-analyzer/ pull/10362[Convert `a/mod.rs` into `a.rs`]
97
+ - https://github.com/rust-analyzer/rust-analyzer/ pull/9837[Convert `bool::then` to `if`]
98
98
- https://github.com/rust-analyzer/rust-analyzer/pull/7741[Convert `for` Loop to `Iterator::for_each`]
99
- - https://github.com/rust-analyzer/pull/9816[Convert `if` to `bool::then`]
99
+ - https://github.com/rust-analyzer/rust-analyzer/ pull/9816[Convert `if` to `bool::then`]
100
100
- https://github.com/rust-analyzer/rust-analyzer/pull/8295[Convert `Into` Impl to `From` Impl]
101
101
- https://github.com/rust-analyzer/rust-analyzer/pull/7956[Convert `Iterator::for_each` to `for` Loop]
102
102
- https://github.com/rust-analyzer/rust-analyzer/pull/7777[Convert Between Line and Block Comments]
103
- - https://github.com/rust-analyzer/pull/10211[Convert File Module to Directory]
104
- - https://github.com/rust-analyzer/pull/10998[Convert Number Representation]
103
+ - https://github.com/rust-analyzer/rust-analyzer/ pull/10211[Convert File Module to Directory]
104
+ - https://github.com/rust-analyzer/rust-analyzer/ pull/10998[Convert Number Representation]
105
105
- https://github.com/rust-analyzer/rust-analyzer/pull/8317[Convert Tuple Struct to Named Struct]
106
- - https://github.com/rust-analyzer/pull/9855[Destructure Pattern into Tuple Pattern]
106
+ - https://github.com/rust-analyzer/rust-analyzer/ pull/9855[Destructure Pattern into Tuple Pattern]
107
107
- https://github.com/rust-analyzer/rust-analyzer/pull/7130[Extract Assignment]
108
108
- https://github.com/rust-analyzer/rust-analyzer/pull/7535[Extract Function]
109
- - https://github.com/rust-analyzer/pull/9939[Extract module]
109
+ - https://github.com/rust-analyzer/rust-analyzer/ pull/9939[Extract module]
110
110
- https://github.com/rust-analyzer/rust-analyzer/pull/8210[Extract Type Alias]
111
111
- https://github.com/rust-analyzer/rust-analyzer/pull/8037[Generate `fn is_empty`]
112
- - https://github.com/rust-analyzer/pull/10459[Generate Constant]
112
+ - https://github.com/rust-analyzer/rust-analyzer/ pull/10459[Generate Constant]
113
113
- https://github.com/rust-analyzer/rust-analyzer/pull/7800[Generate Default Impl]
114
- - https://github.com/rust-analyzer/pull/10539[Generate Delegate Methods]
114
+ - https://github.com/rust-analyzer/rust-analyzer/ pull/10539[Generate Delegate Methods]
115
115
- https://github.com/rust-analyzer/rust-analyzer/pull/8467[Generate Deref Impl]
116
- - https://github.com/rust-analyzer/pull/10951[Generate Documentation Templates]
116
+ - https://github.com/rust-analyzer/rust-analyzer/ pull/10951[Generate Documentation Templates]
117
117
- https://github.com/rust-analyzer/rust-analyzer/pull/7562[Generate Enum Match]
118
118
- https://github.com/rust-analyzer/rust-analyzer/pull/7677[Generate Enum Match 2]
119
119
- https://github.com/rust-analyzer/rust-analyzer/pull/7617[Generate Getter and Setter]
120
- - https://github.com/rust-analyzer/pull/9804[Generate Method]
120
+ - https://github.com/rust-analyzer/rust-analyzer/ pull/9804[Generate Method]
121
121
- https://github.com/rust-analyzer/rust-analyzer/pull/7131[Inline Function]
122
- - https://github.com/rust-analyzer/pull/10352[Inline into Callers]
123
- - https://github.com/rust-analyzer/pull/10546[Promote Local to Const]
124
- - https://github.com/rust-analyzer/pull/10602[Qualify method call]
125
- - https://github.com/rust-analyzer/pull/10476[Replace `?` with `match`]
126
- - https://github.com/rust-analyzer/pull/10629[Replace Turbofish with Explicit Type]
122
+ - https://github.com/rust-analyzer/rust-analyzer/ pull/10352[Inline into Callers]
123
+ - https://github.com/rust-analyzer/rust-analyzer/ pull/10546[Promote Local to Const]
124
+ - https://github.com/rust-analyzer/rust-analyzer/ pull/10602[Qualify method call]
125
+ - https://github.com/rust-analyzer/rust-analyzer/ pull/10476[Replace `?` with `match`]
126
+ - https://github.com/rust-analyzer/rust-analyzer/ pull/10629[Replace Turbofish with Explicit Type]
127
127
- https://github.com/rust-analyzer/rust-analyzer/pull/6809[Sort Impl Functions by Trait definition]
128
- - https://github.com/rust-analyzer/pull/9735[Sort Members Lexicographically]
128
+ - https://github.com/rust-analyzer/rust-analyzer/ pull/9735[Sort Members Lexicographically]
129
129
- https://github.com/rust-analyzer/rust-analyzer/pull/7289[Unmerge Use]
130
- - https://github.com/rust-analyzer/pull/10417[Unwrap `Result` Return Type]
130
+ - https://github.com/rust-analyzer/rust-analyzer/ pull/10417[Unwrap `Result` Return Type]
131
131
132
132
== Conclusion
133
133
0 commit comments