mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
12 lines
187 B
Rust
12 lines
187 B
Rust
#[allow(unused_imports)]
|
|
#[macro_use]
|
|
extern crate lazy_static;
|
|
|
|
#[cfg(test)]
|
|
mod tests;
|
|
|
|
#[cfg(all(test, not(feature = "wasm")))]
|
|
mod cli;
|
|
|
|
#[cfg(all(test, feature = "wasm"))]
|
|
mod wasm;
|