Skip to content

fix: tauri: build failing (base64 dependency) #6440

fix: tauri: build failing (base64 dependency)

fix: tauri: build failing (base64 dependency) #6440

GitHub Actions / clippy succeeded Feb 11, 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.1 (e71f9a9a9 2025-01-27)
  • cargo 1.84.1 (66221abde 2024-11-19)
  • clippy 0.1.84 (e71f9a9a98 2025-01-27)

Annotations

Check warning on line 182 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:182:17
    |
182 |             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 182 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:182:17
    |
182 |             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