From 007651cd267ee8af88384d968183a1dee0265919 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 28 May 2013 16:35:52 -0500 Subject: Require documentation by default for libstd Adds documentation for various things that I understand. Adds #[allow(missing_doc)] for lots of things that I don't understand. --- src/libstd/cmp.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libstd/cmp.rs') diff --git a/src/libstd/cmp.rs b/src/libstd/cmp.rs index ca9c49b2c06..55530f181a1 100644 --- a/src/libstd/cmp.rs +++ b/src/libstd/cmp.rs @@ -20,6 +20,8 @@ and `Eq` to overload the `==` and `!=` operators. */ +#[allow(missing_doc)]; + /** * Trait for values that can be compared for equality and inequality. * -- cgit 1.4.1-3-g733a5