refactor: fix warnings

This commit is contained in:
Timo Kösters
2022-01-17 14:39:37 +01:00
parent ee8e72f7a8
commit 8c90e7adfb
4 changed files with 24 additions and 37 deletions

View File

@@ -534,7 +534,8 @@ impl Sending {
.collect::<Vec<_>>(),
),
base64::URL_SAFE_NO_PAD,
)).into(),
))
.into(),
},
)
.await
@@ -692,7 +693,8 @@ impl Sending {
.collect::<Vec<_>>(),
),
base64::URL_SAFE_NO_PAD,
)).into(),
))
.into(),
},
)
.await