diff --git a/package.json b/package.json index efccf62..6111cfd 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "1.0.0-alpha.1", "private": true, "engineStrict": true, - "packageManager": "pnpm@9.11.0", + "packageManager": "pnpm@9.12.2", "description": "Next-generation open source Minecraft launcher and tools for interacting with Polyfrost", "license": "GPL-3.0-only", "homepage": "https://polyfrost.org", diff --git a/packages/core/src/api/proxy/mod.rs b/packages/core/src/api/proxy/mod.rs index bb5ab1a..5f0d659 100644 --- a/packages/core/src/api/proxy/mod.rs +++ b/packages/core/src/api/proxy/mod.rs @@ -119,10 +119,7 @@ impl ProxyState { Ok(value.app.get_webview_window("main").unwrap()) } - #[allow( - clippy::unused_async, - reason = "clippy doesn't take into account the features" - )] + #[allow(clippy::unused_async)] #[cfg(feature = "tauri")] pub async fn get() -> crate::Result> { Ok(PROXY_STATE.get().ok_or(ProxyError::NotInitialized)?.clone())