diff --git a/blog/_posts/2021-12-30-2021-recap.adoc b/blog/_posts/2021-12-30-2021-recap.adoc index cfe02066..a931f60a 100644 --- a/blog/_posts/2021-12-30-2021-recap.adoc +++ b/blog/_posts/2021-12-30-2021-recap.adoc @@ -93,41 +93,41 @@ An impressive ~37 new assists have been implemented, some by the main contributo - https://github.com/rust-analyzer/rust-analyzer/pull/7310[Add Lifetime to Type] - https://github.com/rust-analyzer/rust-analyzer/pull/7824[Add Type Ascription] -- https://github.com/rust-analyzer/pull/10362[Convert `a/mod.rs` into `a.rs`] -- https://github.com/rust-analyzer/pull/9837[Convert `bool::then` to `if`] +- https://github.com/rust-analyzer/rust-analyzer/pull/10362[Convert `a/mod.rs` into `a.rs`] +- https://github.com/rust-analyzer/rust-analyzer/pull/9837[Convert `bool::then` to `if`] - https://github.com/rust-analyzer/rust-analyzer/pull/7741[Convert `for` Loop to `Iterator::for_each`] -- https://github.com/rust-analyzer/pull/9816[Convert `if` to `bool::then`] +- https://github.com/rust-analyzer/rust-analyzer/pull/9816[Convert `if` to `bool::then`] - https://github.com/rust-analyzer/rust-analyzer/pull/8295[Convert `Into` Impl to `From` Impl] - https://github.com/rust-analyzer/rust-analyzer/pull/7956[Convert `Iterator::for_each` to `for` Loop] - https://github.com/rust-analyzer/rust-analyzer/pull/7777[Convert Between Line and Block Comments] -- https://github.com/rust-analyzer/pull/10211[Convert File Module to Directory] -- https://github.com/rust-analyzer/pull/10998[Convert Number Representation] +- https://github.com/rust-analyzer/rust-analyzer/pull/10211[Convert File Module to Directory] +- https://github.com/rust-analyzer/rust-analyzer/pull/10998[Convert Number Representation] - https://github.com/rust-analyzer/rust-analyzer/pull/8317[Convert Tuple Struct to Named Struct] -- https://github.com/rust-analyzer/pull/9855[Destructure Pattern into Tuple Pattern] +- https://github.com/rust-analyzer/rust-analyzer/pull/9855[Destructure Pattern into Tuple Pattern] - https://github.com/rust-analyzer/rust-analyzer/pull/7130[Extract Assignment] - https://github.com/rust-analyzer/rust-analyzer/pull/7535[Extract Function] -- https://github.com/rust-analyzer/pull/9939[Extract module] +- https://github.com/rust-analyzer/rust-analyzer/pull/9939[Extract module] - https://github.com/rust-analyzer/rust-analyzer/pull/8210[Extract Type Alias] - https://github.com/rust-analyzer/rust-analyzer/pull/8037[Generate `fn is_empty`] -- https://github.com/rust-analyzer/pull/10459[Generate Constant] +- https://github.com/rust-analyzer/rust-analyzer/pull/10459[Generate Constant] - https://github.com/rust-analyzer/rust-analyzer/pull/7800[Generate Default Impl] -- https://github.com/rust-analyzer/pull/10539[Generate Delegate Methods] +- https://github.com/rust-analyzer/rust-analyzer/pull/10539[Generate Delegate Methods] - https://github.com/rust-analyzer/rust-analyzer/pull/8467[Generate Deref Impl] -- https://github.com/rust-analyzer/pull/10951[Generate Documentation Templates] +- https://github.com/rust-analyzer/rust-analyzer/pull/10951[Generate Documentation Templates] - https://github.com/rust-analyzer/rust-analyzer/pull/7562[Generate Enum Match] - https://github.com/rust-analyzer/rust-analyzer/pull/7677[Generate Enum Match 2] - https://github.com/rust-analyzer/rust-analyzer/pull/7617[Generate Getter and Setter] -- https://github.com/rust-analyzer/pull/9804[Generate Method] +- https://github.com/rust-analyzer/rust-analyzer/pull/9804[Generate Method] - https://github.com/rust-analyzer/rust-analyzer/pull/7131[Inline Function] -- https://github.com/rust-analyzer/pull/10352[Inline into Callers] -- https://github.com/rust-analyzer/pull/10546[Promote Local to Const] -- https://github.com/rust-analyzer/pull/10602[Qualify method call] -- https://github.com/rust-analyzer/pull/10476[Replace `?` with `match`] -- https://github.com/rust-analyzer/pull/10629[Replace Turbofish with Explicit Type] +- https://github.com/rust-analyzer/rust-analyzer/pull/10352[Inline into Callers] +- https://github.com/rust-analyzer/rust-analyzer/pull/10546[Promote Local to Const] +- https://github.com/rust-analyzer/rust-analyzer/pull/10602[Qualify method call] +- https://github.com/rust-analyzer/rust-analyzer/pull/10476[Replace `?` with `match`] +- https://github.com/rust-analyzer/rust-analyzer/pull/10629[Replace Turbofish with Explicit Type] - https://github.com/rust-analyzer/rust-analyzer/pull/6809[Sort Impl Functions by Trait definition] -- https://github.com/rust-analyzer/pull/9735[Sort Members Lexicographically] +- https://github.com/rust-analyzer/rust-analyzer/pull/9735[Sort Members Lexicographically] - https://github.com/rust-analyzer/rust-analyzer/pull/7289[Unmerge Use] -- https://github.com/rust-analyzer/pull/10417[Unwrap `Result` Return Type] +- https://github.com/rust-analyzer/rust-analyzer/pull/10417[Unwrap `Result` Return Type] == Conclusion