Revert "Fix a bug after latest PR"

This reverts commit 3942483f25.
This commit is contained in:
Igor Katson 2024-03-29 13:00:50 +00:00
parent ecb55ed32a
commit 88b436a6dd
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -8,7 +8,6 @@ use serde::Deserialize;
use clone_to_owned::CloneToOwned;
#[derive(Default, Deserialize, PartialEq, Eq, Hash, Clone, PartialOrd, Ord)]
#[serde(transparent)]
pub struct ByteBufOwned(pub Box<[u8]>);
#[derive(Default, Deserialize, PartialEq, Eq, Hash, Clone, PartialOrd, Ord)]