commit
78e40014f5
|
|
@ -85,7 +85,7 @@ where R: BincodeRead<'de>, S: SizeLimit, E: ByteOrder {
|
||||||
fn deserialize_any<V>(self, _visitor: V) -> Result<V::Value>
|
fn deserialize_any<V>(self, _visitor: V) -> Result<V::Value>
|
||||||
where V: serde::de::Visitor<'de>,
|
where V: serde::de::Visitor<'de>,
|
||||||
{
|
{
|
||||||
let message = "bincode does not support Deserializer::deserialize";
|
let message = "bincode does not support Deserializer::deserialize_any";
|
||||||
Err(Error::custom(message))
|
Err(Error::custom(message))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue