]> git.lizzy.rs Git - rust.git/blob - library/core/src/sync/mod.rs
Sync rust-lang/portable-simd@03f6fbb21e6050da2a05b3ce8f480c020b384916
[rust.git] / library / core / src / sync / mod.rs
1 //! Synchronization primitives
2
3 #![stable(feature = "rust1", since = "1.0.0")]
4
5 pub mod atomic;