summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-05-06 15:12:20 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-05-11 13:15:50 +0000
commit36b08ffaa96afeb4e8ab3074943f053a1be7e173 (patch)
tree32d79e10ee84f519d1a3c82639552d80344465af
parentc13bdafd0762a462747e304a9c4a7e92780f3b3f (diff)
downloadmullvadvpn-36b08ffaa96afeb4e8ab3074943f053a1be7e173.tar.xz
mullvadvpn-36b08ffaa96afeb4e8ab3074943f053a1be7e173.zip
Remove unnecessary crate path
-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,