auto merge of #18854 : thestinger/rust/spawn, r=aturon

cc https://github.com/rust-lang/rust/issues/18000
This commit is contained in:
bors 2014-11-12 10:27:01 +00:00
commit 7ea23e5627

View File

@ -91,7 +91,8 @@
//! # }
//! ```
#![stable]
#![unstable = "The task spawning model will be changed as part of runtime reform, and the module \
will likely be renamed from `task` to `thread`."]
use any::Any;
use comm::channel;