Remove rustdocs links to serde
These links are broken just use code ticks instead since `serde` is feature gated and these docs are private anyways.
This commit is contained in:
parent
1318ff88e5
commit
24843468c3
|
@ -127,7 +127,7 @@ macro_rules! engine_input_impl(
|
|||
/// You can add arbitrary doc comments or other attributes to the struct or it's field. Note that
|
||||
/// the macro already derives [`Copy`], [`Clone`], [`Eq`], [`PartialEq`],
|
||||
/// [`Hash`](core::hash::Hash), [`Ord`], [`PartialOrd`]. With the `serde` feature on, this also adds
|
||||
/// [`Serialize`](serde::Serialize) and [`Deserialize](serde::Deserialize) implementations.
|
||||
/// `Serialize` and `Deserialize` implementations.
|
||||
///
|
||||
/// You can also define multiple newtypes within one macro call:
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue