Remove unused __private_deserialize macro, originally for doctests
This commit is contained in:
parent
f6e7366b46
commit
9fd56cd41c
@ -10,18 +10,6 @@ macro_rules! __private_serialize {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#[doc(hidden)]
|
|
||||||
#[macro_export]
|
|
||||||
macro_rules! __private_deserialize {
|
|
||||||
() => {
|
|
||||||
trait Deserialize<'de>: Sized {
|
|
||||||
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
|
|
||||||
where
|
|
||||||
D: $crate::Deserializer<'de>;
|
|
||||||
}
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Used only by Serde doc tests. Not public API.
|
/// Used only by Serde doc tests. Not public API.
|
||||||
#[doc(hidden)]
|
#[doc(hidden)]
|
||||||
#[macro_export(local_inner_macros)]
|
#[macro_export(local_inner_macros)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user