mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-25 10:27:56 +00:00
Do not hyperlink first sentence because it shows up in index
This commit is contained in:
@@ -112,12 +112,9 @@ pub use self::impossible::Impossible;
|
||||
|
||||
macro_rules! declare_error_trait {
|
||||
(Error: Sized $(+ $($supertrait:ident)::+)*) => {
|
||||
/// Trait used by [`Serialize`] implementations to generically construct
|
||||
/// errors belonging to the [`Serializer`] against which they are
|
||||
/// Trait used by `Serialize` implementations to generically construct
|
||||
/// errors belonging to the `Serializer` against which they are
|
||||
/// currently running.
|
||||
///
|
||||
/// [`Serialize`]: ../trait.Serialize.html
|
||||
/// [`Serializer`]: ../trait.Serializer.html
|
||||
pub trait Error: Sized $(+ $($supertrait)::+)* {
|
||||
/// Used when a [`Serialize`] implementation encounters any error
|
||||
/// while serializing a type.
|
||||
|
||||
Reference in New Issue
Block a user