1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-18 22:01:50 +01:00
Aaron Hill d137a8635b Replace Pin::new_unchecked with #[pin_project] in tuple_from_req! (#1293)
Using some module trickery, we can generate a tuple struct for each
invocation of the macro. This allows us to use `pin_project` to project
through to the tuple fields, removing the need to use
`Pin::new_unchecked`

Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-01-28 10:45:25 +09:00
..
2019-12-20 17:36:48 +06:00
2019-12-18 09:30:14 +06:00
2019-12-08 12:31:16 +06:00
2019-12-08 00:46:51 +06:00
2019-12-05 23:35:43 +06:00
2019-12-25 20:17:22 +04:00
2019-12-08 00:46:51 +06:00
2019-12-04 18:33:43 +06:00
2019-12-08 00:46:51 +06:00
2019-12-20 17:45:35 +06:00