core: Export future mod

This commit is contained in:
Brian Anderson 2012-02-18 23:03:18 -08:00
parent 010f2abc70
commit 6b280c61ce

View file

@ -33,7 +33,8 @@ export uint, u8, u16, u32, u64;
export float, f32, f64;
export box, char, str, ptr, vec, bool;
export either, option, result, iter;
export ctypes, sys, unsafe, comm, task, logging;
export ctypes, sys, unsafe, logging;
export comm, task, future;
export extfmt;
export math, bessel;
export tuple;