1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-04 02:24:12 +02:00

fix schema for serde_repr usage

This commit is contained in:
Robin Appelman 2024-05-06 15:47:02 +02:00
commit dd3cd6364e
3 changed files with 11 additions and 11 deletions

View file

@ -26,7 +26,7 @@ pub mod tempentities;
pub mod usermessage;
pub mod voice;
#[cfg_attr(feature = "schema", derive(schemars::JsonSchema))]
#[cfg_attr(feature = "schema", derive(schemars::JsonSchema_repr))]
#[derive(
BitRead, BitWrite, Debug, Clone, Copy, PartialEq, Eq, Serialize_repr, Deserialize_repr,
)]