Skip to content

Commit 6b280c6

Browse files
committed
core: Export future mod
1 parent 010f2ab commit 6b280c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libcore/core.rc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ export uint, u8, u16, u32, u64;
3333
export float, f32, f64;
3434
export box, char, str, ptr, vec, bool;
3535
export either, option, result, iter;
36-
export ctypes, sys, unsafe, comm, task, logging;
36+
export ctypes, sys, unsafe, logging;
37+
export comm, task, future;
3738
export extfmt;
3839
export math, bessel;
3940
export tuple;

0 commit comments

Comments
 (0)