mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-05-06 23:07:59 +00:00
Consistently list StdError under 'Re-exports' heading of rustdoc
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user