mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
core: Export future mod
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user