about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2013-03-13 22:12:55 -0400
committerDaniel Micay <danielmicay@gmail.com>2013-03-13 22:12:55 -0400
commite4f5866c10cd5b45a4f95590f0f2fe0aff54c12e (patch)
tree580ba1e5f2a85c07ee0d3e5e807ce512e88b4413 /src
parent968e0ddc6068e398275cbfc016a39094774186d6 (diff)
downloadrust-e4f5866c10cd5b45a4f95590f0f2fe0aff54c12e.tar.gz
rust-e4f5866c10cd5b45a4f95590f0f2fe0aff54c12e.zip
rm FIXME from use of #[doc(hidden)] on pub mod
Diffstat (limited to 'src')
-rw-r--r--src/libcore/core.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/core.rc b/src/libcore/core.rc
index bdcede7410c..955c1f46d76 100644
--- a/src/libcore/core.rc
+++ b/src/libcore/core.rc
@@ -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;