mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-25 22:07:56 +00:00
Merge pull request #756 from shepmaster/patch-2
Add missing close backtick
This commit is contained in:
+1
-1
@@ -859,7 +859,7 @@ pub trait Deserializer: Sized {
|
||||
/// benefit from taking ownership of buffered data owned by the
|
||||
/// `Deserializer`.
|
||||
///
|
||||
/// If the `Visitor would benefit from taking ownership of `Vec<u8>` data,
|
||||
/// If the `Visitor` would benefit from taking ownership of `Vec<u8>` data,
|
||||
/// indicate this to the `Deserializer` by using `deserialize_byte_buf`
|
||||
/// instead.
|
||||
fn deserialize_bytes<V>(self, visitor: V) -> Result<V::Value, Self::Error>
|
||||
|
||||
Reference in New Issue
Block a user