We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc1f186 + 5cbd70d commit d382f06Copy full SHA for d382f06
1 file changed
src/bytes.rs
@@ -37,7 +37,7 @@ use serde::ser::{Serialize, Serializer};
37
/// # }
38
/// ```
39
#[derive(Eq, Ord)]
40
-#[cfg_attr(not(doc), repr(transparent))]
+#[repr(transparent)]
41
pub struct Bytes {
42
bytes: [u8],
43
}
0 commit comments