Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace calls to Pin::new_unchecked with pin_project. #110

Merged
merged 1 commit into from
Mar 5, 2020

Conversation

Aaron1011
Copy link
Contributor

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>

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>`
@robjtede robjtede requested a review from a team March 4, 2020 17:33
@cdbattags
Copy link
Member

at a quick glance, this looks good to me!

Copy link
Member

@JohnTitor JohnTitor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@JohnTitor JohnTitor merged commit 8d3d58b into actix:master Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants