summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mullvad-types/src/account.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-types/src/account.rs b/mullvad-types/src/account.rs
index 67fb6ce2d0..eac2adce4c 100644
--- a/mullvad-types/src/account.rs
+++ b/mullvad-types/src/account.rs
@@ -17,7 +17,7 @@ pub struct AccountData {
/// Data structure that's returned from successful invocation of the mullvad API's
/// `/v1/submit-voucher` RPC.
-#[derive(serde::Deserialize, serde::Serialize, Debug)]
+#[derive(Deserialize, Serialize, Debug)]
pub struct VoucherSubmission {
/// Amount of time added to the account
pub time_added: u64,