Move wasm test to a top-level module.
For some unknown reason, this makes rust-analyzer not angry.
This commit is contained in:
@@ -13,7 +13,7 @@ pub mod compare;
|
||||
#[cfg(any(feature = "compare", feature = "wasm_test"))]
|
||||
pub mod util;
|
||||
#[cfg(feature = "wasm_test")]
|
||||
pub mod wasm;
|
||||
pub mod wasm_test;
|
||||
|
||||
mod context;
|
||||
mod error;
|
||||
|
||||
Reference in New Issue
Block a user