Move wasm test to a top-level module.
For some unknown reason, this makes rust-analyzer not angry.
This commit is contained in:
parent
e499169f0e
commit
c2e921c2dc
@ -2,7 +2,7 @@
|
|||||||
#![feature(exit_status_error)]
|
#![feature(exit_status_error)]
|
||||||
use std::io::Read;
|
use std::io::Read;
|
||||||
|
|
||||||
use organic::wasm::compare::wasm_run_anonymous_compare;
|
use organic::wasm_test::wasm_run_anonymous_compare;
|
||||||
|
|
||||||
#[cfg(feature = "tracing")]
|
#[cfg(feature = "tracing")]
|
||||||
use crate::init_tracing::init_telemetry;
|
use crate::init_tracing::init_telemetry;
|
||||||
|
@ -13,7 +13,7 @@ pub mod compare;
|
|||||||
#[cfg(any(feature = "compare", feature = "wasm_test"))]
|
#[cfg(any(feature = "compare", feature = "wasm_test"))]
|
||||||
pub mod util;
|
pub mod util;
|
||||||
#[cfg(feature = "wasm_test")]
|
#[cfg(feature = "wasm_test")]
|
||||||
pub mod wasm;
|
pub mod wasm_test;
|
||||||
|
|
||||||
mod context;
|
mod context;
|
||||||
mod error;
|
mod error;
|
||||||
|
@ -9,8 +9,6 @@ mod clock;
|
|||||||
mod code;
|
mod code;
|
||||||
mod comment;
|
mod comment;
|
||||||
mod comment_block;
|
mod comment_block;
|
||||||
#[cfg(feature = "wasm_test")]
|
|
||||||
pub mod compare;
|
|
||||||
mod diary_sexp;
|
mod diary_sexp;
|
||||||
mod document;
|
mod document;
|
||||||
mod drawer;
|
mod drawer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user