Consistently list StdError under 'Re-exports' heading of rustdoc

This commit is contained in:
David Tolnay 2023-07-28 16:06:49 -07:00
parent 8b3d71ae2d
commit 861b0dfea2
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -116,7 +116,7 @@ mod impossible;
pub use self::impossible::Impossible;
#[cfg(all(feature = "unstable", not(feature = "std")))]
#[doc(inline)]
#[doc(no_inline)]
pub use core::error::Error as StdError;
#[cfg(feature = "std")]
#[doc(no_inline)]