diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-02-02 08:36:45 +0100 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-02-02 08:36:45 +0100 |
| commit | e6e27924e17aa7def20ecaf88abc18ead6d97f93 (patch) | |
| tree | 25f4c7081f5fd2539ec79536cd95853109a33eb4 /src/liballoc/task.rs | |
| parent | 5594b0d5b8924e57f62d0408acb6d7982e93ad65 (diff) | |
| download | rust-e6e27924e17aa7def20ecaf88abc18ead6d97f93.tar.gz rust-e6e27924e17aa7def20ecaf88abc18ead6d97f93.zip | |
liballoc: cargo check passes on 2018
Diffstat (limited to 'src/liballoc/task.rs')
| -rw-r--r-- | src/liballoc/task.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/task.rs b/src/liballoc/task.rs index 604c56dd017..ba4e0dcda02 100644 --- a/src/liballoc/task.rs +++ b/src/liballoc/task.rs @@ -11,7 +11,7 @@ mod if_arc { use core::marker::PhantomData; use core::mem; use core::ptr::{self, NonNull}; - use sync::Arc; + use crate::sync::Arc; /// A way of waking up a specific task. /// |
