Skip to content

Commit 3fc3b4e

Browse files
committed
fix faulty derive helper
warn(legacy-derive-helpers)
1 parent e871199 commit 3fc3b4e

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)