Move futures to std

This commit is contained in:
Brian Anderson 2012-10-23 14:20:57 -07:00
parent f500f3f1fb
commit d29962f0eb
8 changed files with 6 additions and 8 deletions

View file

@ -53,6 +53,7 @@ pub mod cell;
pub mod sync;
pub mod arc;
pub mod comm;
pub mod future;
// Collections