Skip to content

Commit

Permalink
chore: Remove experiemntal clippy reason + update packageManager version
Browse files Browse the repository at this point in the history
  • Loading branch information
LynithDev committed Oct 17, 2024
1 parent b5bc602 commit 26d957b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 1 addition & 4 deletions packages/core/src/api/proxy/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Arc<Self>> {
Ok(PROXY_STATE.get().ok_or(ProxyError::NotInitialized)?.clone())
Expand Down

0 comments on commit 26d957b

Please sign in to comment.