Fix macos crash in dialog.open api #203
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
3 warnings
clippy check:
src-tauri/<unknown>#L1
[clippy] reported by reviewdog 🐶
2 warnings emitted
Raw Output:
<unknown>:1:1: warning: 2 warnings emitted ()
|
clippy check:
src-tauri/src/ipc.rs#L195
[clippy] reported by reviewdog 🐶
called `unwrap` on `tr_header` after checking its variant with `is_some`
Raw Output:
src/ipc.rs:195:75: warning: called `unwrap` on `tr_header` after checking its variant with `is_some` (clippy::unnecessary_unwrap)
|
clippy check:
src-tauri/src/ipc.rs#L198
[clippy] reported by reviewdog 🐶
called `unwrap` on `auth_header` after checking its variant with `is_some`
Raw Output:
src/ipc.rs:198:65: warning: called `unwrap` on `auth_header` after checking its variant with `is_some` (clippy::unnecessary_unwrap)
|