- Changed termination_reason from String to Option<String> to eliminate unused assignment warning - Updated all assignments to use Some() wrapper - Simplified default value logic using unwrap_or_else() - Maintains same functionality while making code more idiomatic Rust |
||
|---|---|---|
| .. | ||
| capabilities | ||
| icons | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| build.rs | ||
| tauri.conf.json | ||