Skip to content

Commit e86dab8

Browse files
committed
---
yaml --- r: 14375 b: refs/heads/try c: 6b280c6 h: refs/heads/master i: 14373: c998e5e 14371: 48edef7 14367: 789b735 v: v3
1 parent 3d11dc0 commit e86dab8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 010f2abc7029fadff32e3816ad8fb72dd8bf74b4
5+
refs/heads/try: 6b280c61ce0c19175fb409a588957f945a68a24f
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/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)