Skip to content

Commit

Permalink
auto merge of #18854 : thestinger/rust/spawn, r=aturon
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Nov 12, 2014
2 parents a2dee35 + cd17ba4 commit 7ea23e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libstd/task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7ea23e5

Please sign in to comment.