Move wasm test to a top-level module.

For some unknown reason, this makes rust-analyzer not angry.
This commit is contained in:
Tom Alexander
2023-12-27 08:42:13 -05:00
parent e499169f0e
commit c2e921c2dc
5 changed files with 2 additions and 4 deletions

View File

@@ -9,8 +9,6 @@ mod clock;
mod code;
mod comment;
mod comment_block;
#[cfg(feature = "wasm_test")]
pub mod compare;
mod diary_sexp;
mod document;
mod drawer;