mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-15 08:34:43 +01:00
Small lints
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user