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

Fix the bounds on K for the Send impl of IterMut #82

Merged
merged 1 commit into from
May 30, 2019

Conversation

Amanieu
Copy link
Member

@Amanieu Amanieu commented May 30, 2019

This makes the bounds match the ones of the previous HashMap implementation in libstd.

cc rust-lang/rust#61357

@Amanieu
Copy link
Member Author

Amanieu commented May 30, 2019

@bors r+

@bors
Copy link
Contributor

bors commented May 30, 2019

📌 Commit a4eba4f has been approved by Amanieu

bors added a commit that referenced this pull request May 30, 2019
Fix the bounds on K for the Send impl of IterMut

This makes the bounds match the ones of the previous `HashMap` implementation in libstd.

Fixes rust-lang/rust#61357
@bors
Copy link
Contributor

bors commented May 30, 2019

⌛ Testing commit a4eba4f with merge 9e18470...

@Amanieu
Copy link
Member Author

Amanieu commented May 30, 2019

@bors r+

@bors
Copy link
Contributor

bors commented May 30, 2019

💡 This pull request was already approved, no need to approve it again.

  • This pull request is currently being tested. If there's no response from the continuous integration service, you may use retry to trigger a build again.

@bors
Copy link
Contributor

bors commented May 30, 2019

📌 Commit a4eba4f has been approved by Amanieu

@bors
Copy link
Contributor

bors commented May 30, 2019

⌛ Testing commit a4eba4f with merge a9ddbcf...

bors added a commit that referenced this pull request May 30, 2019
Fix the bounds on K for the Send impl of IterMut

This makes the bounds match the ones of the previous `HashMap` implementation in libstd.

cc rust-lang/rust#61357
@bors
Copy link
Contributor

bors commented May 30, 2019

☀️ Test successful - checks-travis
Approved by: Amanieu
Pushing a9ddbcf to master...

@bors bors merged commit a4eba4f into rust-lang:master May 30, 2019
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.

2 participants