Skip to content

Commit 02ead27

Browse files
authored
Into item level docs (enum Ordering)
1 parent c4c9ff2 commit 02ead27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libcore/sync/atomic.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ unsafe impl<T> Sync for AtomicPtr<T> {}
142142
///
143143
/// Rust's memory orderings are [the same as
144144
/// LLVM's](http://llvm.org/docs/LangRef.html#memory-model-for-concurrent-operations).
145+
///
146+
/// For more information see the [nomicon](https://doc.rust-lang.org/nomicon/atomics.html).
145147
#[stable(feature = "rust1", since = "1.0.0")]
146148
#[derive(Copy, Clone, Debug)]
147149
pub enum Ordering {

0 commit comments

Comments
 (0)