mirror of
https://github.com/actix/actix-web.git
synced 2025-02-20 21:06:17 +00:00
Most of the relevant struct already had a `#[pin_project]` attribute, but it wasn't being used. The remaining uses of `Pin::new_unchecked` all involve going from a `&mut T` to a `Pin<&mut T>`, without directly observing a `Pin<&mut T>` first. As such, they cannot be replaced by `pin_project` Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com> |
||
---|---|---|
.. | ||
connection.rs | ||
connector.rs | ||
error.rs | ||
h1proto.rs | ||
h2proto.rs | ||
mod.rs | ||
pool.rs |