about summary refs log tree commit diff
path: root/src/libstd/sync.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/sync.rs')
-rw-r--r--src/libstd/sync.rs1
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};
 
 /****************************************************************************