Skip to content

Commit e4f5866

Browse files
committed
rm FIXME from use of #[doc(hidden)] on pub mod
1 parent 968e0dd commit e4f5866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/core.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ pub mod rt;
253253
// A curious inner-module that's not exported that contains the binding
254254
// 'core' so that macro-expanded references to core::error and such
255255
// can be resolved within libcore.
256-
#[doc(hidden)] // FIXME #3538
256+
#[doc(hidden)]
257257
pub mod core {
258258
#[cfg(stage0)]
259259
pub const error : u32 = 1_u32;

0 commit comments

Comments
 (0)