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.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libextra/sync.rs b/src/libextra/sync.rs
index 75060166f8c..b5b182ea8c5 100644
--- a/src/libextra/sync.rs
+++ b/src/libextra/sync.rs
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+#[allow(missing_doc)];
+
 /**
  * The concurrency primitives you know and love.
  *