Correct error message
Spotted the mistake while skimming over the code.
This commit is contained in:
parent
4777efdfaa
commit
f20770a09f
|
|
@ -85,7 +85,7 @@ where R: BincodeRead<'de>, S: SizeLimit, E: ByteOrder {
|
|||
fn deserialize_any<V>(self, _visitor: V) -> Result<V::Value>
|
||||
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))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue