Skip to content

Commit 0229bc4

Browse files
committed
Remove fixmes about exporting. Close #2648, close #3119.
1 parent 932f239 commit 0229bc4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/libcore/core.rc

+2-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@ export path;
5959
// NDM seems to be necessary for resolve to work
6060
export option_iter;
6161

62-
// FIXME (#2648): This creates some APIs that I do not want to commit
63-
// to. It is currently exported for the uv code in std, but when that
64-
// code moves into core this should become unexported
62+
// This creates some APIs that I do not want to commit to, but it must be
63+
// exported from core in order for uv to remain in std (see #2648).
6564
export priv;
6665

6766

src/libstd/sync.rs

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
export condvar, semaphore, mutex, mutex_with_condvars;
1212
export rwlock, rwlock_with_condvars, rwlock_write_mode, rwlock_read_mode;
1313

14-
// FIXME (#3119) This shouldn't be a thing exported from core.
1514
import unsafe::{Exclusive, exclusive};
1615

1716
/****************************************************************************

0 commit comments

Comments
 (0)