fix: tauri: build failing (base64 dependency) #6440
basic-tests.yml
on: pull_request
Code Validation
1m 0s
Code Tests
37s
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
|