Skip to content

Fix macos crash in dialog.open api #203

Fix macos crash in dialog.open api

Fix macos crash in dialog.open api #203

Triggered via push October 28, 2023 14:56
Status Success
Total duration 1m 9s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: push
Fit to window
Zoom out
Zoom in

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)