Fix clippy lints related to recent bug
This commit is contained in:
parent
5dee78227b
commit
3d46d7cb97
13 changed files with 89 additions and 78 deletions
|
|
@ -190,6 +190,6 @@ impl<'de> serde::de::Deserialize<'de> for ByteBufOwned {
|
|||
Ok(v.to_owned().into())
|
||||
}
|
||||
}
|
||||
Ok(deserializer.deserialize_byte_buf(Visitor {})?)
|
||||
deserializer.deserialize_byte_buf(Visitor {})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue