Skip to content

Remove an unnecessary 'static bound in the impl of Debug for Mutex. #31427

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

Merged
merged 1 commit into from
Feb 6, 2016

Conversation

reem
Copy link
Contributor

@reem reem commented Feb 5, 2016

There is no reason to require T: 'static; the bound appears to be
a historical artifact.

There is no reason to require T: 'static; the bound appears to be
a historical artifact.
@rust-highfive
Copy link
Contributor

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

@sfackler
Copy link
Member

sfackler commented Feb 5, 2016

@bors r+

@bors
Copy link
Collaborator

bors commented Feb 5, 2016

📌 Commit ca72440 has been approved by sfackler

bors added a commit that referenced this pull request Feb 6, 2016
There is no reason to require T: 'static; the bound appears to be
a historical artifact.
@bors
Copy link
Collaborator

bors commented Feb 6, 2016

⌛ Testing commit ca72440 with merge 3ad5bc0...

@bors bors merged commit ca72440 into rust-lang:master Feb 6, 2016
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.

5 participants