Lines Matching refs:project_replace
39 - [Remove deprecated `#[project]`, `#[project_ref]`, and `#[project_replace]` attributes.](https://…
60 …]` attribute.](https://github.com/taiki-e/pin-project/pull/266) Use `project_replace` argument ins…
72 - [Fix drop order of pinned fields in `project_replace`.](https://github.com/taiki-e/pin-project/pu…
78 - [Remove deprecated `#[project]`, `#[project_ref]`, and `#[project_replace]` attributes.](https://…
99 …]` attribute.](https://github.com/taiki-e/pin-project/pull/266) Use `project_replace` argument ins…
115 - [Fix drop order of pinned fields in `project_replace`.](https://github.com/taiki-e/pin-project/pu…
140 - [Deprecated `#[project]`, `#[project_ref]`, and `#[project_replace]` attributes due to some unfix…
169 - [You can now use `project_replace` argument without Replace argument.](https://github.com/taiki-e…
173 - #[pin_project(Replace, project_replace = EnumProjOwn)]
174 + #[pin_project(project_replace = EnumProjOwn)]
180 - [Makes `project_replace` argument an alias for `Replace` argument so that it can be used without …
183 #[pin_project(project_replace)]
306 - [Added `project_replace` method and `#[project_replace]` attribute.](https://github.com/taiki-e/p…
307 …`project_replace` method is optional and can be enabled by passing the `Replace` argument to `#[pi…
308 …n](https://docs.rs/pin-project/0.4/pin_project/attr.pin_project.html#project_replace) for more det…