diff options
| author | Ben Blum <bblum@andrew.cmu.edu> | 2012-08-21 15:28:24 -0400 |
|---|---|---|
| committer | Ben Blum <bblum@andrew.cmu.edu> | 2012-08-21 15:30:53 -0400 |
| commit | 0229bc4defdaa6bad77269204279ed1a37b3aa9f (patch) | |
| tree | d8961e00acfd5a68c76285dbe7b00166e43bf50d /src/libstd/sync.rs | |
| parent | 932f239a9c1671573b653d40f0de3a036fa4c55b (diff) | |
Remove fixmes about exporting. Close #2648, close #3119.
Diffstat (limited to 'src/libstd/sync.rs')
| -rw-r--r-- | src/libstd/sync.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/sync.rs b/src/libstd/sync.rs index bd0e815d325..bdc25495050 100644 --- a/src/libstd/sync.rs +++ b/src/libstd/sync.rs @@ -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}; /**************************************************************************** |
