mirror of
https://github.com/kristoferssolo/captra.git
synced 2026-02-25 04:58:15 +00:00
refactor(tests): fix clippy warnings
This commit is contained in:
6
tests/common/mod.rs
Normal file
6
tests/common/mod.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
#[allow(dead_code)]
|
||||
pub mod host;
|
||||
#[allow(dead_code)]
|
||||
pub mod manifest;
|
||||
#[allow(dead_code)]
|
||||
pub mod wasm;
|
||||
Reference in New Issue
Block a user