From beec6e4b2115616e9cfc4283f2b71de1be1aca7a Mon Sep 17 00:00:00 2001 From: Lindsey Kuper Date: Mon, 27 May 2013 13:12:08 -0400 Subject: Get rid of no-longer-needed #[doc(hidden)] attributes. There were several old `#[doc(hidden)]` attributes in libstd and libextra, left over from when rustdoc didn't hide private definitions, tagged with `FIXME #3538`. Since #3538 is now closed, I removed the `#[doc(hidden)]` attributes as well as the FIXMEs, but I left `#[doc(hidden)]` in libstd/task/spawn.rs and libstd/task/rt.rs since those two are apparently `pub`, as well as in libextra/std.rc since std/extra is `pub`. --- src/libstd/task/mod.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libstd/task/mod.rs') diff --git a/src/libstd/task/mod.rs b/src/libstd/task/mod.rs index 490a69248ee..f24d2327358 100644 --- a/src/libstd/task/mod.rs +++ b/src/libstd/task/mod.rs @@ -195,7 +195,6 @@ pub fn task() -> TaskBuilder { } } -#[doc(hidden)] // FIXME #3538 priv impl TaskBuilder { fn consume(&mut self) -> TaskBuilder { if self.consumed { -- cgit 1.4.1-3-g733a5