Skip to content

Commit 49efcd2

Browse files
Michcioperzlnicola
authored andcommitted
fix links to PRs in 2021 recap
1 parent 18f40eb commit 49efcd2

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

blog/_posts/2021-12-30-2021-recap.adoc

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -93,41 +93,41 @@ An impressive ~37 new assists have been implemented, some by the main contributo
9393

9494
- https://github.com/rust-analyzer/rust-analyzer/pull/7310[Add Lifetime to Type]
9595
- 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`]
9898
- 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`]
100100
- https://github.com/rust-analyzer/rust-analyzer/pull/8295[Convert `Into` Impl to `From` Impl]
101101
- https://github.com/rust-analyzer/rust-analyzer/pull/7956[Convert `Iterator::for_each` to `for` Loop]
102102
- 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]
105105
- 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]
107107
- https://github.com/rust-analyzer/rust-analyzer/pull/7130[Extract Assignment]
108108
- 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]
110110
- https://github.com/rust-analyzer/rust-analyzer/pull/8210[Extract Type Alias]
111111
- 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]
113113
- 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]
115115
- 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]
117117
- https://github.com/rust-analyzer/rust-analyzer/pull/7562[Generate Enum Match]
118118
- https://github.com/rust-analyzer/rust-analyzer/pull/7677[Generate Enum Match 2]
119119
- 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]
121121
- 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]
127127
- 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]
129129
- 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]
131131

132132
== Conclusion
133133

0 commit comments

Comments
 (0)