Skip to content

mutex_atomic: Correct location of AtomicBool and friends #3566

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
Dec 19, 2018

Conversation

kinnison
Copy link
Contributor

The AtomicBool, AtomicUsize, and friends, types live in the
std::sync::atomic module, rather than std::atomic as the lint
help text used to say.

The AtomicBool, AtomicUsize, and friends, types live in the
`std::sync::atomic` module, rather than `std::atomic` as the lint
help text used to say.
@phansch
Copy link
Member

phansch commented Dec 19, 2018

@bors r+

thank you!

@bors
Copy link
Contributor

bors commented Dec 19, 2018

📌 Commit 5875ba3 has been approved by phansch

bors added a commit that referenced this pull request Dec 19, 2018
mutex_atomic: Correct location of AtomicBool and friends

The AtomicBool, AtomicUsize, and friends, types live in the
`std::sync::atomic` module, rather than `std::atomic` as the lint
help text used to say.
@bors
Copy link
Contributor

bors commented Dec 19, 2018

⌛ Testing commit 5875ba3 with merge f067c5c...

@bors
Copy link
Contributor

bors commented Dec 19, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: phansch
Pushing f067c5c to master...

@bors bors merged commit 5875ba3 into rust-lang:master Dec 19, 2018
@kinnison kinnison deleted the kinnison/typofix branch December 19, 2018 21:19
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