diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-05-09 17:36:45 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-05-13 12:13:56 -0700 |
| commit | fa1d0477edab6fa800eabd951d88f6bd12fbcfff (patch) | |
| tree | 1b4a07e68091f4c23e2422aa5662c1b5f3dd9c14 /src/libstd/sync.rs | |
| parent | 4f446244155984a6674f69ab6e9d49704ab0c20d (diff) | |
| download | rust-fa1d0477edab6fa800eabd951d88f6bd12fbcfff.tar.gz rust-fa1d0477edab6fa800eabd951d88f6bd12fbcfff.zip | |
core: Move locks, atomic rc to unstable::sync
Diffstat (limited to 'src/libstd/sync.rs')
| -rw-r--r-- | src/libstd/sync.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sync.rs b/src/libstd/sync.rs index 17d051518a9..108f24d60dc 100644 --- a/src/libstd/sync.rs +++ b/src/libstd/sync.rs @@ -15,7 +15,7 @@ * in std. */ -use core::unstable::{Exclusive, exclusive}; +use core::unstable::sync::{Exclusive, exclusive}; use core::ptr; use core::task; use core::util; |
