Tauri Edition #43
rust-tauri-lint.yml
on: pull_request
Rustfmt
15s
run_clippy
6m 52s
Annotations
11 warnings
Rustfmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
unused variable: `webview`:
packages/target-tauri/src-tauri/src/lib.rs#L174
warning: unused variable: `webview`
--> packages/target-tauri/src-tauri/src/lib.rs:174:17
|
174 | let webview = app.get_webview_window("main").unwrap();
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_webview`
|
= note: `#[warn(unused_variables)]` on by default
|
unused variable: `webview`:
packages/target-tauri/src-tauri/src/lib.rs#L174
warning: unused variable: `webview`
--> packages/target-tauri/src-tauri/src/lib.rs:174:17
|
174 | let webview = app.get_webview_window("main").unwrap();
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_webview`
|
= note: `#[warn(unused_variables)]` on by default
|
run_clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
run_clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
run_clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
run_clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|