Test fixes and rebase conflicts

This commit is contained in:
Alex Crichton 2015-01-21 09:23:27 -08:00
parent 9c999c797c
commit 4ffde0814f
11 changed files with 7 additions and 42 deletions

View file

@ -459,6 +459,7 @@ mod imp {
use cell::UnsafeCell;
use mem;
use ptr;
use sys_common::thread_local::StaticKey as OsStaticKey;
#[doc(hidden)]