refactor(tests): fix clippy warnings

This commit is contained in:
2025-09-28 20:27:43 +03:00
parent ad70a53c75
commit 5abcd400d4
8 changed files with 106 additions and 74 deletions

6
tests/common/mod.rs Normal file
View File

@@ -0,0 +1,6 @@
#[allow(dead_code)]
pub mod host;
#[allow(dead_code)]
pub mod manifest;
#[allow(dead_code)]
pub mod wasm;