diff options
| author | Aaron Turon <aturon@mozilla.com> | 2014-11-14 14:38:41 -0800 |
|---|---|---|
| committer | Aaron Turon <aturon@mozilla.com> | 2014-11-20 17:19:24 -0800 |
| commit | 40c78ab037c70d61eb4f8c95c7a4fec8f098644b (patch) | |
| tree | 83d66a065a6c79f702c62d7abaf54145353a2dc4 /src/libstd/sys | |
| parent | a68ec98166bf638c6cbf4036f51036012695718d (diff) | |
| download | rust-40c78ab037c70d61eb4f8c95c7a4fec8f098644b.tar.gz rust-40c78ab037c70d61eb4f8c95c7a4fec8f098644b.zip | |
Fallout from libgreen and libnative removal
Diffstat (limited to 'src/libstd/sys')
| -rw-r--r-- | src/libstd/sys/common/helper_thread.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sys/common/helper_thread.rs b/src/libstd/sys/common/helper_thread.rs index 87907fde277..d7c286bf0b9 100644 --- a/src/libstd/sys/common/helper_thread.rs +++ b/src/libstd/sys/common/helper_thread.rs @@ -21,7 +21,7 @@ //! time. use mem; -use rt::bookkeeping; +use rustrt::bookkeeping; use rt::mutex::StaticNativeMutex; use rt; use cell::UnsafeCell; |
