Small lints

This commit is contained in:
Thoronium
2023-04-28 13:52:24 -06:00
parent 4631a6d38d
commit bdb0fd3eb7
3 changed files with 5 additions and 1 deletions

View File

@@ -271,7 +271,7 @@ pub fn start_service(service: String) -> bool {
#[cfg(unix)]
#[tauri::command]
pub fn start_service(_service: String) {
let started = OsStr::new("Started service!");
let _started = OsStr::new("Started service!");
}
#[cfg(windows)]