ksud: fix clippy warning/error

This commit is contained in:
rifsxd
2025-05-23 00:47:56 +06:00
parent 1ee737b1aa
commit fec0032883
3 changed files with 7 additions and 14 deletions

View File

@@ -192,6 +192,7 @@ fn is_ok_empty(dir: &str) -> bool {
}
}
#[allow(deprecated)]
fn find_temp_path() -> String {
use std::result::Result::Ok;