Skip to content

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

fix: tauri: build failing (base64 dependency)

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

Triggered via pull request February 11, 2025 14:34
Status Success
Total duration 1m 11s
Artifacts

basic-tests.yml

on: pull_request
Code Validation
1m 0s
Code Validation
Code Tests
37s
Code Tests
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
unused variable: `webview`: packages/target-tauri/src-tauri/src/lib.rs#L182
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
unused variable: `webview`: packages/target-tauri/src-tauri/src/lib.rs#L182
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