Move wasm test to a top-level module.
For some unknown reason, this makes rust-analyzer not angry.
This commit is contained in:
4
src/wasm_test/mod.rs
Normal file
4
src/wasm_test/mod.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
mod runner;
|
||||
|
||||
pub use runner::wasm_run_anonymous_compare;
|
||||
pub use runner::wasm_run_anonymous_compare_with_settings;
|
||||
Reference in New Issue
Block a user