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

@@ -718,7 +718,7 @@ fn apply_one_rule<'a>(statement: &'a PolicyStatement<'a>) -> Result<()> {
}
#[cfg(not(target_os = "android"))]
fn apply_one_rule<'a>(statement: &'a PolicyStatement<'a>) -> Result<()> {
fn apply_one_rule<'a>(_statement: &'a PolicyStatement<'a>) -> Result<()> {
unimplemented!()
}