about summary refs log tree commit diff
path: root/src/libsync/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsync/lib.rs')
-rw-r--r--src/libsync/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsync/lib.rs b/src/libsync/lib.rs
index a33e8a57137..ffff32f04c4 100644
--- a/src/libsync/lib.rs
+++ b/src/libsync/lib.rs
@@ -29,7 +29,7 @@
 
 #![feature(phase, globs, macro_rules, unsafe_destructor)]
 #![feature(import_shadowing)]
-#![deny(missing_doc)]
+#![deny(missing_docs)]
 #![no_std]
 
 #[phase(plugin, link)] extern crate core;