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/stackwalk.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libstd/stackwalk.rs') diff --git a/src/libstd/stackwalk.rs b/src/libstd/stackwalk.rs index a22599e9fc6..c3e3ca57a8e 100644 --- a/src/libstd/stackwalk.rs +++ b/src/libstd/stackwalk.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +#[allow(missing_doc)]; + use cast::transmute; use unstable::intrinsics; -- cgit 1.4.1-3-g733a5