mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 05:08:19 +00:00
Fix make lint
This commit is contained in:
@@ -86,7 +86,7 @@ impl Publish {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// See if a user is logged in. The backend should check for authorization on uploading
|
// 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(
|
wasmer_registry::whoami(self.registry.as_deref(), self.token.as_deref()).with_context(
|
||||||
|| {
|
|| {
|
||||||
anyhow::anyhow!(
|
anyhow::anyhow!(
|
||||||
|
|||||||
Reference in New Issue
Block a user