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 invalid use of &mut with UnsafeCell in std::sync::mpsc #38421

Merged
merged 1 commit into from
Dec 19, 2016
Merged

Replace invalid use of &mut with UnsafeCell in std::sync::mpsc #38421

merged 1 commit into from
Dec 19, 2016

Conversation

apasel422
Copy link
Contributor

Closes #36934

r? @alexcrichton

@alexcrichton
Copy link
Member

@bors: r+

Looks great, thanks!

@bors
Copy link
Contributor

bors commented Dec 17, 2016

📌 Commit 26d4308 has been approved by alexcrichton

sanxiyn added a commit to sanxiyn/rust that referenced this pull request Dec 19, 2016
Replace invalid use of `&mut` with `UnsafeCell` in `std::sync::mpsc`

Closes rust-lang#36934

r? @alexcrichton
bors added a commit that referenced this pull request Dec 19, 2016
Rollup of 9 pull requests

- Successful merges: #38334, #38397, #38413, #38421, #38422, #38433, #38438, #38445, #38459
- Failed merges:
@bors bors merged commit 26d4308 into rust-lang:master Dec 19, 2016
@apasel422 apasel422 deleted the issue-36934 branch December 19, 2016 15:38
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.

3 participants