rm FIXME from use of #[doc(hidden)] on pub mod
This commit is contained in:
parent
968e0ddc60
commit
e4f5866c10
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue