Into item level docs (enum Ordering)

This commit is contained in:
Geoff Yoerger 2017-01-19 20:43:43 -06:00 committed by GitHub
parent c4c9ff2f00
commit 02ead27c93

View file

@ -142,6 +142,8 @@ unsafe impl<T> Sync for AtomicPtr<T> {}
///
/// Rust's memory orderings are [the same as
/// LLVM's](http://llvm.org/docs/LangRef.html#memory-model-for-concurrent-operations).
///
/// For more information see the [nomicon](https://doc.rust-lang.org/nomicon/atomics.html).
#[stable(feature = "rust1", since = "1.0.0")]
#[derive(Copy, Clone, Debug)]
pub enum Ordering {