Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tauri: implement runtime.readClipboardImage and TempFileFunctions #4533

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

tauri: implement `runtime.readClipboardImage`

d23120c
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

tauri: implement runtime.readClipboardImage and TempFileFunctions #4533

tauri: implement `runtime.readClipboardImage`
d23120c
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy succeeded Jan 22, 2025 in 0s

clippy

2 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 2
Note 0
Help 0

Versions

  • rustc 1.84.0 (9fc6b4312 2025-01-07)
  • cargo 1.84.0 (66221abde 2024-11-19)
  • clippy 0.1.84 (9fc6b43126 2025-01-07)

Annotations

Check warning on line 176 in packages/target-tauri/src-tauri/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused variable: `webview`

warning: unused variable: `webview`
   --> packages/target-tauri/src-tauri/src/lib.rs:176:17
    |
176 |             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

Check warning on line 176 in packages/target-tauri/src-tauri/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused variable: `webview`

warning: unused variable: `webview`
   --> packages/target-tauri/src-tauri/src/lib.rs:176:17
    |
176 |             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