core: Export future mod
This commit is contained in:
parent
010f2abc70
commit
6b280c61ce
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue