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/sys.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libstd/sys.rs') diff --git a/src/libstd/sys.rs b/src/libstd/sys.rs index 137070ce202..5d020e229e2 100644 --- a/src/libstd/sys.rs +++ b/src/libstd/sys.rs @@ -10,6 +10,8 @@ //! Misc low level stuff +#[allow(missing_doc)]; + use option::{Some, None}; use cast; use cmp::{Eq, Ord}; -- cgit 1.4.1-3-g733a5