Rename alloc::arc to alloc::sync, to match std::sync

This commit is contained in:
Simon Sapin
2018-06-15 04:07:09 +02:00
parent 3394fb7bb7
commit c7638edf52
4 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
#![stable(feature = "rust1", since = "1.0.0")]
#[stable(feature = "rust1", since = "1.0.0")]
pub use alloc_crate::arc::{Arc, Weak};
pub use alloc_crate::sync::{Arc, Weak};
#[stable(feature = "rust1", since = "1.0.0")]
pub use core::sync::atomic;