Skip to content

Commit

Permalink
removed clone
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Sep 27, 2024
1 parent 8fe4f56 commit 7a7c3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notification-server/src/models/device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use enum_iterator::Sequence;
use serde::{Deserialize, Serialize};
use std::collections::HashSet;

#[derive(Clone, Debug, Deserialize)]
#[derive(Debug, Deserialize)]
pub struct DeviceSubscription {
pub preferences: Vec<Preference>,
pub accounts: Vec<String>,
Expand Down

0 comments on commit 7a7c3bf

Please sign in to comment.