]> git.lizzy.rs Git - rust.git/commitdiff
rm FIXME from use of #[doc(hidden)] on pub mod
authorDaniel Micay <danielmicay@gmail.com>
Thu, 14 Mar 2013 02:12:55 +0000 (22:12 -0400)
committerDaniel Micay <danielmicay@gmail.com>
Thu, 14 Mar 2013 02:12:55 +0000 (22:12 -0400)
src/libcore/core.rc

index bdcede7410c4be2b48afc3831ba6ce90de4b3e2f..955c1f46d76baa5d9f4b75f3b63d1970ad8e3769 100644 (file)
@@ -253,7 +253,7 @@ pub mod rt;
 // A curious inner-module that's not exported that contains the binding
 // 'core' so that macro-expanded references to core::error and such
 // can be resolved within libcore.
-#[doc(hidden)] // FIXME #3538
+#[doc(hidden)]
 pub mod core {
     #[cfg(stage0)]
     pub const error : u32 = 1_u32;