rm FIXME from use of #[doc(hidden)] on pub mod

This commit is contained in:
Daniel Micay 2013-03-13 22:12:55 -04:00
parent 968e0ddc60
commit e4f5866c10
1 changed files with 1 additions and 1 deletions

View 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;