Skip to content

Commit

Permalink
Remove fixmes about exporting. Close #2648, close #3119.
Browse files Browse the repository at this point in the history
  • Loading branch information
bblum committed Aug 21, 2012
1 parent 932f239 commit 0229bc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/libcore/core.rc
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@ export path;
// NDM seems to be necessary for resolve to work
export option_iter;

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


Expand Down
1 change: 0 additions & 1 deletion src/libstd/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
export condvar, semaphore, mutex, mutex_with_condvars;
export rwlock, rwlock_with_condvars, rwlock_write_mode, rwlock_read_mode;

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

/****************************************************************************
Expand Down

0 comments on commit 0229bc4

Please sign in to comment.