Skip to content

Commit c056a79

Browse files
author
Aaron Power
committed
Remove #[doc(hidden)] from Error::type_id
1 parent cee58fd commit c056a79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/error.rs

-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ pub trait Error: Debug + Display {
197197
fn source(&self) -> Option<&(dyn Error + 'static)> { None }
198198

199199
/// Gets the `TypeId` of `self`
200-
#[doc(hidden)]
201200
#[stable(feature = "error_type_id", since = "1.34.0")]
202201
fn type_id(&self) -> TypeId where Self: 'static {
203202
TypeId::of::<Self>()

0 commit comments

Comments
 (0)