Consistently list StdError under 'Re-exports' heading of rustdoc
This commit is contained in:
parent
8b3d71ae2d
commit
861b0dfea2
@ -116,7 +116,7 @@ mod impossible;
|
|||||||
pub use self::impossible::Impossible;
|
pub use self::impossible::Impossible;
|
||||||
|
|
||||||
#[cfg(all(feature = "unstable", not(feature = "std")))]
|
#[cfg(all(feature = "unstable", not(feature = "std")))]
|
||||||
#[doc(inline)]
|
#[doc(no_inline)]
|
||||||
pub use core::error::Error as StdError;
|
pub use core::error::Error as StdError;
|
||||||
#[cfg(feature = "std")]
|
#[cfg(feature = "std")]
|
||||||
#[doc(no_inline)]
|
#[doc(no_inline)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user