Fix macos crash in dialog.open api #203
Annotations
3 warnings
src-tauri/<unknown>#L1
[clippy] reported by reviewdog 🐶
2 warnings emitted
Raw Output:
<unknown>:1:1: warning: 2 warnings emitted ()
|
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)
|
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)
|
The logs for this run have expired and are no longer available.
Loading