]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #53022 - RalfJung:volatile, r=alexcrichton
authorkennytm <kennytm@gmail.com>
Sat, 4 Aug 2018 06:35:58 +0000 (14:35 +0800)
committerGitHub <noreply@github.com>
Sat, 4 Aug 2018 06:35:58 +0000 (14:35 +0800)
commitaeb20284817497a895fee5a22b0013acd0a430e2
tree5d1a3ca06d7725cf4452391b94b61a6cb556b5b2
parent7a23b5dec33d615a55f1cc6ca339fcd5ada1cab2
parent71460d4d1144de2ddc4a088b81a30c6bc47dee59
Rollup merge of #53022 - RalfJung:volatile, r=alexcrichton

volatile operations docs: clarify that this does not help wrt. concurrency

Triggered by https://github.com/rust-lang/rust/pull/52391. Cc @stjepang @Amanieu

Should the intrinsics themselves also get more documentation? They generally do not seem to have much of that.