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

v0.4: Fix unused_must_use warning on unused borrows #322

Merged
merged 1 commit into from
Mar 28, 2021
Merged

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented Mar 28, 2021

This fixes unused_must_use warning on unused borrows, which will be added to rustc in the future.

See rust-lang/rust#76894 fore more.

(Note: pin-project 1.0 does not have this problem.)

Copy link
Owner Author

@taiki-e taiki-e left a comment

Choose a reason for hiding this comment

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

bors r+

bors bot added a commit that referenced this pull request Mar 28, 2021
322: v0.4: Fix unused_must_use warning on unused borrows r=taiki-e a=taiki-e

This fixes `unused_must_use` warning on unused borrows, which will be added to rustc in the future.

See rust-lang/rust#76894 fore more.

(Note: pin-project 1.0 does not have this problem.)


Co-authored-by: Taiki Endo <te316e89@gmail.com>
@taiki-e
Copy link
Owner Author

taiki-e commented Mar 28, 2021

bors r-

@bors
Copy link
Contributor

bors bot commented Mar 28, 2021

Canceled.

This fixes `unused_must_use warning` on unused borrows, which will be
added to rustc in the future.
@taiki-e
Copy link
Owner Author

taiki-e commented Mar 28, 2021

bors r+

@bors
Copy link
Contributor

bors bot commented Mar 28, 2021

Build succeeded:

@bors bors bot merged commit c6905a4 into v0.4 Mar 28, 2021
@bors bors bot deleted the v0.4-unused_must_use branch March 28, 2021 13:07
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.

1 participant