Skip to content

Commit

Permalink
Consistently list StdError under 'Re-exports' heading of rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 28, 2023
1 parent 8b3d71a commit 861b0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serde/src/ser/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 861b0df

Please sign in to comment.