diff --git a/src/bytes.rs b/src/bytes.rs index ad0902b..3842989 100644 --- a/src/bytes.rs +++ b/src/bytes.rs @@ -37,7 +37,7 @@ use serde::ser::{Serialize, Serializer}; /// # } /// ``` #[derive(Eq, Ord)] -#[cfg_attr(not(doc), repr(transparent))] +#[repr(transparent)] pub struct Bytes { bytes: [u8], }