1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-02-07 15:54:24 +01:00
Aaron Hill c41b5d8dd4
Replace calls to Pin::new_unchecked with pin_project.
This is a breaking change, as it changes some public methods to take
`Pin<&mut Self>` rather than `&mut self`.

This brings these methods into line with `Stream::poll_next`, which also
takes a `Pin<&mut Self>`
2020-03-04 12:08:52 -05:00
..
2019-12-11 12:42:07 +06:00
2020-01-29 12:05:55 +09:00
2019-12-02 22:30:09 +06:00
2019-12-02 22:30:09 +06:00
2019-12-08 19:05:05 +06:00
2019-12-05 16:40:24 +06:00
2020-01-08 10:59:27 +06:00
2019-12-11 14:36:00 +06:00
2020-01-08 10:59:27 +06:00
2020-01-29 12:05:55 +09:00
2019-12-07 10:15:26 +06:00
2019-12-08 19:05:05 +06:00