Lines Matching full:project
3 All notable changes to this project will be documented in this file.
5 This project adheres to [Semantic Versioning](https://semver.org).
15 …com/rust-lang/rust/issues/80481). ([#355](https://github.com/taiki-e/pin-project/pull/355), thanks…
19 - Inline project methods.
27 ….56. ([#352](https://github.com/taiki-e/pin-project/pull/352), [#354](https://github.com/taiki-e/p…
35 - [Suppress `dead_code` lint in generated code.](https://github.com/taiki-e/pin-project/pull/346)
43 - [Prevent abuse of private module.](https://github.com/taiki-e/pin-project/pull/336)
49 …pe_repetition_in_bounds` lints in generated code.](https://github.com/taiki-e/pin-project/pull/331)
53 …` as prefix of path inside `#[pinned_drop]` impl.](https://github.com/taiki-e/pin-project/pull/326)
57 …olon_if_nothing_returned` lint in generated code.](https://github.com/taiki-e/pin-project/pull/318)
61 - [Suppress `deprecated` lint in generated code.](https://github.com/taiki-e/pin-project/pull/313)
65 … `clippy::ref_option_ref` lint in generated code.](https://github.com/taiki-e/pin-project/pull/308)
73 …py::unknown_clippy_lints` lint in generated code.](https://github.com/taiki-e/pin-project/pull/303)
77 …led to compile with syn 1.0.84 and later](https://github.com/taiki-e/pin-project/commit/ddcd88079b…
79 …ct]` attribute used within `macro_rules!` macros.](https://github.com/taiki-e/pin-project/pull/298)
83 …led to compile with syn 1.0.84 and later](https://github.com/taiki-e/pin-project/commit/ddcd88079b…
85 - [Remove deprecated `#[project]`, `#[project_ref]`, and `#[project_replace]` attributes.](https://…
91 + #[pin_project(project = EnumProj)]
96 - #[project]
98 - #[project]
99 match x.project() {
106 …rgument from `#[pin_project]` attribute.](https://github.com/taiki-e/pin-project/pull/266) Use `pr…
108 - [Optimize code generation when used on enums.](https://github.com/taiki-e/pin-project/pull/270)
110 …ersion of this crate from Rust 1.34 to Rust 1.37.](https://github.com/taiki-e/pin-project/pull/292)
112 …com/taiki-e/pin-project/pull/276), [#277](https://github.com/taiki-e/pin-project/pull/277), [#284]…
118 - [Fix drop order of pinned fields in `project_replace`.](https://github.com/taiki-e/pin-project/pu…
124 - [Remove deprecated `#[project]`, `#[project_ref]`, and `#[project_replace]` attributes.](https://…
130 + #[pin_project(project = EnumProj)]
135 - #[project]
137 - #[project]
138 match x.project() {
145 …rgument from `#[pin_project]` attribute.](https://github.com/taiki-e/pin-project/pull/266) Use `pr…
147 - [Optimize code generation when used on enums.](https://github.com/taiki-e/pin-project/pull/270)
149 …ode. ([#276](https://github.com/taiki-e/pin-project/pull/276), [#277](https://github.com/taiki-e/p…
153 See also [tracking issue for 1.0 release](https://github.com/taiki-e/pin-project/issues/264).
157 - [Suppress `dead_code` lint in generated code.](https://github.com/taiki-e/pin-project/pull/347)
161 - [Fix compile error with `syn` 1.0.84 and later.](https://github.com/taiki-e/pin-project/pull/335)
165 … it [failed to compile with syn 1.0.84 and later](https://github.com/taiki-e/pin-project/pull/335).
167 …he future.](https://github.com/taiki-e/pin-project/pull/322) See [#322](https://github.com/taiki-e…
173 … it [failed to compile with syn 1.0.84 and later](https://github.com/taiki-e/pin-project/pull/335).
179 … it [failed to compile with syn 1.0.84 and later](https://github.com/taiki-e/pin-project/pull/335).
181 - [Fix drop order of pinned fields in `project_replace`.](https://github.com/taiki-e/pin-project/pu…
185 … it [failed to compile with syn 1.0.84 and later](https://github.com/taiki-e/pin-project/pull/335).
187 …he future.](https://github.com/taiki-e/pin-project/pull/273) See [#272](https://github.com/taiki-e…
193 … it [failed to compile with syn 1.0.84 and later](https://github.com/taiki-e/pin-project/pull/335).
195 …enerated code with `forbid(future_incompatible)`.](https://github.com/taiki-e/pin-project/pull/282)
202 … it [failed to compile with syn 1.0.84 and later](https://github.com/taiki-e/pin-project/pull/335).
204 - [Fix compile error with `?Sized` type parameters.](https://github.com/taiki-e/pin-project/pull/26…
208 … it [failed to compile with syn 1.0.84 and later](https://github.com/taiki-e/pin-project/pull/335).
214 … it [failed to compile with syn 1.0.84 and later](https://github.com/taiki-e/pin-project/pull/335).
216 …ted `#[project]`, `#[project_ref]`, and `#[project_replace]` attributes due to some unfixable limi…
221 #[pin_project(project = EnumProj)]
227 match x.project() {
235 See [#225](https://github.com/taiki-e/pin-project/pull/225) for more details.
237 …Self` in fields and generics in type definitions.](https://github.com/taiki-e/pin-project/pull/245)
239 …th `self` parameter"* in apparently correct code.](https://github.com/taiki-e/pin-project/pull/250)
245 … it [failed to compile with syn 1.0.84 and later](https://github.com/taiki-e/pin-project/pull/335).
247 …oject_replace` argument without Replace argument.](https://github.com/taiki-e/pin-project/pull/243)
258 … argument so that it can be used without a value.](https://github.com/taiki-e/pin-project/pull/243)
269 - [Suppress `unreachable_pub` lint in generated code.](https://github.com/taiki-e/pin-project/pull/…
273 … it [failed to compile with syn 1.0.84 and later](https://github.com/taiki-e/pin-project/pull/335).
275 - [Suppress `unused_results` lint in generated code.](https://github.com/taiki-e/pin-project/pull/2…
279 … it [failed to compile with syn 1.0.84 and later](https://github.com/taiki-e/pin-project/pull/335).
281 …re syntax positions inside `#[pinned_drop]` impl.](https://github.com/taiki-e/pin-project/pull/230)
283 …used_underscore_binding` lints in generated code.](https://github.com/taiki-e/pin-project/pull/233)
291 … it [failed to compile with syn 1.0.84 and later](https://github.com/taiki-e/pin-project/pull/335).
293 - [Support naming the projection types.](https://github.com/taiki-e/pin-project/pull/202)
298 #[pin_project(project = EnumProj)]
304 match x.project() {
314 … it [failed to compile with syn 1.0.84 and later](https://github.com/taiki-e/pin-project/pull/335).
316 … internal function generated by `#[pinned_drop]`.](https://github.com/taiki-e/pin-project/pull/223)
320 … it [failed to compile with syn 1.0.84 and later](https://github.com/taiki-e/pin-project/pull/335).
322 … [`#[project]` attribute can now handle all `project*` attributes in that scope with one wrapper a…
326 … it [failed to compile with syn 1.0.84 and later](https://github.com/taiki-e/pin-project/pull/335).
328 …t]` attribute for guarantee the type is `!Unpin`.](https://github.com/taiki-e/pin-project/pull/219)
348 … this crate from Rust 1.33 to Rust 1.34.](https://github.com/taiki-e/pin-project/pull/219#pullrequ…
350 - [Fix an issue where duplicate `#[project]` attributes were ignored.](https://github.com/taiki-e/p…
352 - [Suppress `single_use_lifetimes` lint in generated code.](https://github.com/taiki-e/pin-project/…
354 - [Support overlapping lifetime names in HRTB.](https://github.com/taiki-e/pin-project/pull/217)
356 …ate-items.](https://github.com/taiki-e/pin-project/pull/211) See [#211](https://github.com/taiki-e…
362 … it [failed to compile with syn 1.0.84 and later](https://github.com/taiki-e/pin-project/pull/335).
364 - [Fix a regression in 0.4.11.](https://github.com/taiki-e/pin-project/pull/207)
366 ….10](https://github.com/taiki-e/pin-project/releases/tag/v0.4.10) and [0.4.12](https://github.com/…
368 …an issue that `#[project]` on non-statement expression does not work without unstable features.](h…
370 - [Support overwriting the name of core crate.](https://github.com/taiki-e/pin-project/pull/199)
372 …alue` lint in generated code of `#[pinned_drop]`.](https://github.com/taiki-e/pin-project/pull/200)
380 … it [failed to compile with syn 1.0.84 and later](https://github.com/taiki-e/pin-project/pull/335).
382 …(https://github.com/taiki-e/pin-project/issues/206). No code changes from [0.4.10](https://github.…
386 **Note:** This release has been yanked. See [#206](https://github.com/taiki-e/pin-project/issues/20…
388 …an issue that `#[project]` on non-statement expression does not work without unstable features.](h…
390 - [Support overwriting the name of core crate.](https://github.com/taiki-e/pin-project/pull/199)
392 …alue` lint in generated code of `#[pinned_drop]`.](https://github.com/taiki-e/pin-project/pull/200)
400 … it [failed to compile with syn 1.0.84 and later](https://github.com/taiki-e/pin-project/pull/335).
402 …place` method and `#[project_replace]` attribute.](https://github.com/taiki-e/pin-project/pull/194)
404 …See [the documentation](https://docs.rs/pin-project/0.4/pin_project/attr.pin_project.html#project_…
406 …re syntax positions inside `#[pinned_drop]` impl.](https://github.com/taiki-e/pin-project/pull/190)
408 …ling code.](https://github.com/taiki-e/pin-project/pull/192) See [#192](https://github.com/taiki-e…
412 … it [failed to compile with syn 1.0.84 and later](https://github.com/taiki-e/pin-project/pull/335).
414 …e error when associated types are used in fields.](https://github.com/taiki-e/pin-project/pull/188)
416 …le error with tuple structs with `where` clauses.](https://github.com/taiki-e/pin-project/pull/186)
418 - [`#[project]` attribute can now be used for `if let` expressions.](https://github.com/taiki-e/pin…
422 … it [failed to compile with syn 1.0.84 and later](https://github.com/taiki-e/pin-project/pull/335).
424 …t `PinnedDrop` without proper attribute argument.](https://github.com/taiki-e/pin-project/pull/180)
426 …expression position inside `#[pinned_drop]` impl.](https://github.com/taiki-e/pin-project/pull/177)
430 … it [failed to compile with syn 1.0.84 and later](https://github.com/taiki-e/pin-project/pull/335).
432 - [Fix support for lifetime bounds.](https://github.com/taiki-e/pin-project/pull/176)
436 … it [failed to compile with syn 1.0.84 and later](https://github.com/taiki-e/pin-project/pull/335).
438 …e error when there is `Self` in the where clause.](https://github.com/taiki-e/pin-project/pull/169)
442 … it [failed to compile with syn 1.0.84 and later](https://github.com/taiki-e/pin-project/pull/335).
444 - [Fix compile error with `dyn` types.](https://github.com/taiki-e/pin-project/pull/158)
448 … it [failed to compile with syn 1.0.84 and later](https://github.com/taiki-e/pin-project/pull/335).
450 …ons can call unsafe code without an unsafe block.](https://github.com/taiki-e/pin-project/pull/149)
454 **Note:** This release has been yanked. See [#148](https://github.com/taiki-e/pin-project/pull/148)…
456 …ject]` can now interoperate with `#[cfg_attr()]`.](https://github.com/taiki-e/pin-project/pull/135)
458 …h `#[cfg()]` on tuple structs and tuple variants.](https://github.com/taiki-e/pin-project/pull/135)
460 …lly Sized Types) on `#[pin_project(UnsafeUnpin)]`](https://github.com/taiki-e/pin-project/pull/120)
466 **Note:** This release has been yanked. See [#148](https://github.com/taiki-e/pin-project/pull/148)…
468 - [Fix support for DSTs(Dynamically Sized Types).](https://github.com/taiki-e/pin-project/pull/113)
472 **Note:** This release has been yanked. See [#148](https://github.com/taiki-e/pin-project/pull/148)…
474 …]` + `!Unpin` field with no generics or lifetime.](https://github.com/taiki-e/pin-project/pull/111)
478 **Note:** This release has been yanked. See [#148](https://github.com/taiki-e/pin-project/pull/148)…
480 - [**Pin projection has become a safe operation.**](https://github.com/taiki-e/pin-project/pull/18)…
482 …ibute. ([#18](https://github.com/taiki-e/pin-project/pull/18), [#33](https://github.com/taiki-e/pi…
484 …ved - an `Unpin` impl is now generated by default.](https://github.com/taiki-e/pin-project/pull/18)
486 …b.com/taiki-e/pin-project/pull/18), [#33](https://github.com/taiki-e/pin-project/pull/33), [#86](h…
488 … instead of implementing the normal `Unpin` trait.](https://github.com/taiki-e/pin-project/pull/18)
490 …jection type/method is based on the original type.](https://github.com/taiki-e/pin-project/pull/96)
492 … be used for public type with private field types.](https://github.com/taiki-e/pin-project/pull/53)
494 - [`#[pin_project]` can now interoperate with `#[cfg()]`.](https://github.com/taiki-e/pin-project/p…
496 - [Add `project_ref` method to `#[pin_project]` types.](https://github.com/taiki-e/pin-project/pull…
498 - [Add `#[project_ref]` attribute.](https://github.com/taiki-e/pin-project/pull/93)
500 …e "project_attr" feature and always enable `#[project]` attribute.](https://github.com/taiki-e/pin…
502 - [`#[project]` attribute can now be used for `impl` blocks.](https://github.com/taiki-e/pin-projec…
504 - [`#[project]` attribute can now be used for `use` statements.](https://github.com/taiki-e/pin-pro…
506 …project]` attribute now supports `match` expressions at the position of the initializer expression…
510 …mentation on a type with no generics or lifetime.](https://github.com/taiki-e/pin-project/pull/107)
514 - [Change the argument type of project method back to `self: Pin<&mut Self>`.](https://github.com/t…
516 …e "project_attr" feature and always enable `#[project]` attribute.](https://github.com/taiki-e/pin…
518 - [Remove "renamed" feature.](https://github.com/taiki-e/pin-project/pull/100)
520 - [`#[project]` attribute can now be used for `use` statements.](https://github.com/taiki-e/pin-pro…
522 - [Add `project_ref` method and `#[project_ref]` attribute.](https://github.com/taiki-e/pin-project…
524 …jection type/method is based on the original type.](https://github.com/taiki-e/pin-project/pull/96)
528 - [Change #[pinned_drop] to trait implementation.](https://github.com/taiki-e/pin-project/pull/86)
534 **self.project().was_dropped = true;
545 - [`#[pin_project]` can now interoperate with `#[cfg()]`.](https://github.com/taiki-e/pin-project/p…
551 - [Add `project_into` method to `#[pin_project]` types](https://github.com/taiki-e/pin-project/pull…
559 …by default.](https://github.com/taiki-e/pin-project/pull/71) See [#71](https://github.com/taiki-e/…
563 …aiki-e/pin-project/pull/62). Also added an option to control the document of generated code. See […
565 - [Diagnostic improvements.](https://github.com/taiki-e/pin-project/pull/61)
569 - [Suppress `dead_code` lint in generated types.](https://github.com/taiki-e/pin-project/pull/57)
573 …ing `#[pin_project]` type with private field types](https://github.com/taiki-e/pin-project/pull/53)
577 …project]` attribute now supports `match` expressions at the position of the initializer expression…
585 …hange `project` method generated by `#[pin_project]` attribute to take an `&mut Pin<&mut Self>` ar…
587 - [`#[project]` attribute can now be used for impl blocks.](https://github.com/taiki-e/pin-project/…
589 …tion without actually implementing drop.](https://github.com/taiki-e/pin-project/pull/48) This rem…
607 - Make `#[project]` attribute disabled by default.
609 See also [tracking issue for 0.4 release](https://github.com/taiki-e/pin-project/issues/21).
621 **Note:** This release has been yanked. See [#16](https://github.com/taiki-e/pin-project/issues/16)…
659 - Add `project` attribute to support pattern matching.
669 - Add `unsafe_variants` attribute. This attribute is available if pin-project is built with the "un…
699 [Unreleased]: https://github.com/taiki-e/pin-project/compare/v1.1.3...HEAD
700 [1.1.3]: https://github.com/taiki-e/pin-project/compare/v1.1.2...v1.1.3
701 [1.1.2]: https://github.com/taiki-e/pin-project/compare/v1.1.1...v1.1.2
702 [1.1.1]: https://github.com/taiki-e/pin-project/compare/v1.1.0...v1.1.1
703 [1.1.0]: https://github.com/taiki-e/pin-project/compare/v1.0.12...v1.1.0
704 [1.0.12]: https://github.com/taiki-e/pin-project/compare/v1.0.11...v1.0.12
705 [1.0.11]: https://github.com/taiki-e/pin-project/compare/v1.0.10...v1.0.11
706 [1.0.10]: https://github.com/taiki-e/pin-project/compare/v1.0.9...v1.0.10
707 [1.0.9]: https://github.com/taiki-e/pin-project/compare/v1.0.8...v1.0.9
708 [1.0.8]: https://github.com/taiki-e/pin-project/compare/v1.0.7...v1.0.8
709 [1.0.7]: https://github.com/taiki-e/pin-project/compare/v1.0.6...v1.0.7
710 [1.0.6]: https://github.com/taiki-e/pin-project/compare/v1.0.5...v1.0.6
711 [1.0.5]: https://github.com/taiki-e/pin-project/compare/v1.0.4...v1.0.5
712 [1.0.4]: https://github.com/taiki-e/pin-project/compare/v1.0.3...v1.0.4
713 [1.0.3]: https://github.com/taiki-e/pin-project/compare/v1.0.2...v1.0.3
714 [1.0.2]: https://github.com/taiki-e/pin-project/compare/v1.0.1...v1.0.2
715 [1.0.1]: https://github.com/taiki-e/pin-project/compare/v1.0.0...v1.0.1
716 [1.0.0]: https://github.com/taiki-e/pin-project/compare/v1.0.0-alpha.1...v1.0.0
717 [1.0.0-alpha.1]: https://github.com/taiki-e/pin-project/compare/v0.4.23...v1.0.0-alpha.1
718 [0.4.30]: https://github.com/taiki-e/pin-project/compare/v0.4.29...v0.4.30
719 [0.4.29]: https://github.com/taiki-e/pin-project/compare/v0.4.28...v0.4.29
720 [0.4.28]: https://github.com/taiki-e/pin-project/compare/v0.4.27...v0.4.28
721 [0.4.27]: https://github.com/taiki-e/pin-project/compare/v0.4.26...v0.4.27
722 [0.4.26]: https://github.com/taiki-e/pin-project/compare/v0.4.25...v0.4.26
723 [0.4.25]: https://github.com/taiki-e/pin-project/compare/v0.4.24...v0.4.25
724 [0.4.24]: https://github.com/taiki-e/pin-project/compare/v0.4.23...v0.4.24
725 [0.4.23]: https://github.com/taiki-e/pin-project/compare/v0.4.22...v0.4.23
726 [0.4.22]: https://github.com/taiki-e/pin-project/compare/v0.4.21...v0.4.22
727 [0.4.21]: https://github.com/taiki-e/pin-project/compare/v0.4.20...v0.4.21
728 [0.4.20]: https://github.com/taiki-e/pin-project/compare/v0.4.19...v0.4.20
729 [0.4.19]: https://github.com/taiki-e/pin-project/compare/v0.4.18...v0.4.19
730 [0.4.18]: https://github.com/taiki-e/pin-project/compare/v0.4.17...v0.4.18
731 [0.4.17]: https://github.com/taiki-e/pin-project/compare/v0.4.16...v0.4.17
732 [0.4.16]: https://github.com/taiki-e/pin-project/compare/v0.4.15...v0.4.16
733 [0.4.15]: https://github.com/taiki-e/pin-project/compare/v0.4.14...v0.4.15
734 [0.4.14]: https://github.com/taiki-e/pin-project/compare/v0.4.13...v0.4.14
735 [0.4.13]: https://github.com/taiki-e/pin-project/compare/v0.4.11...v0.4.13
736 [0.4.12]: https://github.com/taiki-e/pin-project/compare/v0.4.10...v0.4.12
737 [0.4.11]: https://github.com/taiki-e/pin-project/compare/v0.4.10...v0.4.11
738 [0.4.10]: https://github.com/taiki-e/pin-project/compare/v0.4.9...v0.4.10
739 [0.4.9]: https://github.com/taiki-e/pin-project/compare/v0.4.8...v0.4.9
740 [0.4.8]: https://github.com/taiki-e/pin-project/compare/v0.4.7...v0.4.8
741 [0.4.7]: https://github.com/taiki-e/pin-project/compare/v0.4.6...v0.4.7
742 [0.4.6]: https://github.com/taiki-e/pin-project/compare/v0.4.5...v0.4.6
743 [0.4.5]: https://github.com/taiki-e/pin-project/compare/v0.4.4...v0.4.5
744 [0.4.4]: https://github.com/taiki-e/pin-project/compare/v0.4.3...v0.4.4
745 [0.4.3]: https://github.com/taiki-e/pin-project/compare/v0.4.2...v0.4.3
746 [0.4.2]: https://github.com/taiki-e/pin-project/compare/v0.4.1...v0.4.2
747 [0.4.1]: https://github.com/taiki-e/pin-project/compare/v0.4.0...v0.4.1
748 [0.4.0]: https://github.com/taiki-e/pin-project/compare/v0.4.0-beta.1...v0.4.0
749 [0.4.0-beta.1]: https://github.com/taiki-e/pin-project/compare/v0.4.0-alpha.11...v0.4.0-beta.1
750 [0.4.0-alpha.11]: https://github.com/taiki-e/pin-project/compare/v0.4.0-alpha.10...v0.4.0-alpha.11
751 [0.4.0-alpha.10]: https://github.com/taiki-e/pin-project/compare/v0.4.0-alpha.9...v0.4.0-alpha.10
752 [0.4.0-alpha.9]: https://github.com/taiki-e/pin-project/compare/v0.4.0-alpha.8...v0.4.0-alpha.9
753 [0.4.0-alpha.8]: https://github.com/taiki-e/pin-project/compare/v0.4.0-alpha.7...v0.4.0-alpha.8
754 [0.4.0-alpha.7]: https://github.com/taiki-e/pin-project/compare/v0.4.0-alpha.6...v0.4.0-alpha.7
755 [0.4.0-alpha.6]: https://github.com/taiki-e/pin-project/compare/v0.4.0-alpha.5...v0.4.0-alpha.6
756 [0.4.0-alpha.5]: https://github.com/taiki-e/pin-project/compare/v0.4.0-alpha.4...v0.4.0-alpha.5
757 [0.4.0-alpha.4]: https://github.com/taiki-e/pin-project/compare/v0.4.0-alpha.3...v0.4.0-alpha.4
758 [0.4.0-alpha.3]: https://github.com/taiki-e/pin-project/compare/v0.4.0-alpha.2...v0.4.0-alpha.3
759 [0.4.0-alpha.2]: https://github.com/taiki-e/pin-project/compare/v0.4.0-alpha.1...v0.4.0-alpha.2
760 [0.4.0-alpha.1]: https://github.com/taiki-e/pin-project/compare/v0.3.5...v0.4.0-alpha.1
761 [0.3.5]: https://github.com/taiki-e/pin-project/compare/v0.3.4...v0.3.5
762 [0.3.4]: https://github.com/taiki-e/pin-project/compare/v0.3.3...v0.3.4
763 [0.3.3]: https://github.com/taiki-e/pin-project/compare/v0.3.2...v0.3.3
764 [0.3.2]: https://github.com/taiki-e/pin-project/compare/v0.3.1...v0.3.2
765 [0.3.1]: https://github.com/taiki-e/pin-project/compare/v0.3.0...v0.3.1
766 [0.3.0]: https://github.com/taiki-e/pin-project/compare/v0.2.2...v0.3.0
767 [0.2.2]: https://github.com/taiki-e/pin-project/compare/v0.2.1...v0.2.2
768 [0.2.1]: https://github.com/taiki-e/pin-project/compare/v0.2.0...v0.2.1
769 [0.2.0]: https://github.com/taiki-e/pin-project/compare/v0.1.8...v0.2.0
770 [0.1.8]: https://github.com/taiki-e/pin-project/compare/v0.1.7...v0.1.8
771 [0.1.7]: https://github.com/taiki-e/pin-project/compare/v0.1.6...v0.1.7
772 [0.1.6]: https://github.com/taiki-e/pin-project/compare/v0.1.5...v0.1.6
773 [0.1.5]: https://github.com/taiki-e/pin-project/compare/v0.1.4...v0.1.5
774 [0.1.4]: https://github.com/taiki-e/pin-project/compare/v0.1.3...v0.1.4
775 [0.1.3]: https://github.com/taiki-e/pin-project/compare/v0.1.2...v0.1.3
776 [0.1.2]: https://github.com/taiki-e/pin-project/compare/v0.1.1...v0.1.2
777 [0.1.1]: https://github.com/taiki-e/pin-project/compare/v0.1.0...v0.1.1
778 [0.1.0]: https://github.com/taiki-e/pin-project/releases/tag/v0.1.0