]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/error.rs
Rollup merge of #59587 - XAMPPRocky:master, r=Centril
[rust.git] / src / libstd / error.rs
index 89051030f6683bc944f45a950d037c5272aa1651..081fff0562b162c224b66177de7f870b1aae299b 100644 (file)
@@ -197,7 +197,6 @@ fn cause(&self) -> Option<&dyn Error> {
     fn source(&self) -> Option<&(dyn Error + 'static)> { None }
 
     /// Gets the `TypeId` of `self`
-    #[doc(hidden)]
     #[stable(feature = "error_type_id", since = "1.34.0")]
     fn type_id(&self) -> TypeId where Self: 'static {
         TypeId::of::<Self>()