about summary refs log tree commit diff
path: root/src/libextra/sync.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libextra/sync.rs')
-rw-r--r--src/libextra/sync.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libextra/sync.rs b/src/libextra/sync.rs
index dc7f891b259..9e0ebc02221 100644
--- a/src/libextra/sync.rs
+++ b/src/libextra/sync.rs
@@ -711,6 +711,7 @@ pub impl<'self> RWlockReadMode<'self> {
 
 #[cfg(test)]
 mod tests {
+    use core::prelude::*;
 
     use sync::*;