Update to tauri 2.2 #387
Annotations
4 warnings
changes
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
eslint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
clippy check:
src-tauri/src/ipc.rs#L261
[clippy] reported by reviewdog 🐶
unneeded `return` statement
Raw Output:
src/ipc.rs:261:13: warning: unneeded `return` statement (clippy::needless_return)
|
clippy check:
src-tauri/src/ipc.rs#L264
[clippy] reported by reviewdog 🐶
unneeded `return` statement
Raw Output:
src/ipc.rs:264:9: warning: unneeded `return` statement (clippy::needless_return)
|