OSDK check and clippy with cfg(ktest)

This commit is contained in:
Zhang Junyang
2024-08-15 15:17:59 +08:00
committed by Tate, Hongliang Tian
parent be3492d7f0
commit d76c7a5b1e
16 changed files with 48 additions and 39 deletions

View File

@ -119,6 +119,7 @@ mod test {
use crate::prelude::*;
#[ktest]
#[allow(clippy::eq_op)]
fn trivial_assertion() {
assert_eq!(0, 0);
}