ksud: minor tweaks

This commit is contained in:
tiann
2023-02-01 19:12:25 +08:00
parent 619dd1ace1
commit 681c4a3f0d
4 changed files with 10 additions and 10 deletions

View File

@@ -66,7 +66,7 @@ pub fn getprop(prop: &str) -> Option<String> {
}
#[cfg(not(target_os = "android"))]
pub fn getprop(prop: &str) -> Option<String> {
pub fn getprop(_prop: &str) -> Option<String> {
unimplemented!()
}