diff options
Diffstat (limited to 'src/libsync')
| -rw-r--r-- | src/libsync/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsync/lib.rs b/src/libsync/lib.rs index 9f010928256..66ca10b196c 100644 --- a/src/libsync/lib.rs +++ b/src/libsync/lib.rs @@ -26,7 +26,7 @@ html_root_url = "http://doc.rust-lang.org/", html_playground_url = "http://play.rust-lang.org/")] #![feature(phase, globs, macro_rules)] -#![deny(deprecated_owned_vector)] + #![deny(missing_doc)] #![no_std] |
