Skip to content

Commit 6a7403b

Browse files
Merge #70
70: fix faulty derive helper r=Emilgardis a=Emilgardis Co-authored-by: Emil Gardström <emil.gardstrom@gmail.com>
2 parents e871199 + 3fc3b4e commit 6a7403b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pubsub/hypetrain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ pub struct HypeTrainProgression {
143143
}
144144

145145
/// Hype train leveled up
146+
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq)]
146147
#[cfg_attr(not(feature = "allow_unknown_fields"), serde(deny_unknown_fields))]
147148
#[non_exhaustive]
148-
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq)]
149149
pub struct HypeTrainLevelUp {
150150
/// Server time epoch in milliseconds when hype train expires
151151
pub time_to_expire: i64,

0 commit comments

Comments
 (0)