1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-02-20 21:06:17 +00:00
actix-web/actix-http/src/client
Aaron Hill 74dcc7366d Remove several uses of Pin::new_unchecked (#1294)
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>
2020-01-28 12:35:51 +09:00
..
connection.rs cleanup imports 2019-12-13 11:24:57 +06:00
connector.rs cleanup imports 2019-12-13 11:24:57 +06:00
error.rs upgrade to tokio 0.2 2019-12-05 23:35:43 +06:00
h1proto.rs cleanup imports 2019-12-13 11:24:57 +06:00
h2proto.rs cleanup imports 2019-12-13 11:24:57 +06:00
mod.rs fmt & clippy 2019-09-12 21:52:46 +06:00
pool.rs Remove several uses of Pin::new_unchecked (#1294) 2020-01-28 12:35:51 +09:00