actix-web/actix-http/src/h2
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
..
dispatcher.rs Remove several uses of `Pin::new_unchecked` (#1294) 2020-01-28 12:35:51 +09:00
mod.rs cleanup imports 2019-12-13 11:24:57 +06:00
service.rs add extra constraints 2020-01-10 11:36:59 +06:00