Fix make lint

This commit is contained in:
Felix Schütt
2022-12-15 23:05:38 +01:00
parent c31587c339
commit 671e1bccb7

View File

@@ -86,7 +86,7 @@ impl Publish {
}
// See if a user is logged in. The backend should check for authorization on uploading
let (registry, username) =
let (registry, _username) =
wasmer_registry::whoami(self.registry.as_deref(), self.token.as_deref()).with_context(
|| {
anyhow::anyhow!(