This commit is contained in:
Geoff Yoerger 2017-01-19 20:39:54 -06:00 committed by GitHub
parent b4192aa4df
commit c4c9ff2f00

View File

@ -21,7 +21,7 @@
//!
//! Each method takes an `Ordering` which represents the strength of
//! the memory barrier for that operation. These orderings are the
//! same as [LLVM atomic orderings][1]. For more information see the [nomicon][2]
//! same as [LLVM atomic orderings][1]. For more information see the [nomicon][2].
//!
//! [1]: http://llvm.org/docs/LangRef.html#memory-model-for-concurrent-operations
//! [2]: https://doc.rust-lang.org/nomicon/atomics.html