mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
9 lines
244 B
Rust
9 lines
244 B
Rust
#![warn(clippy::dbg_macro)]
|
|
// See github.com/roc-lang/roc/issues/800 for discussion of the large_enum_variant check.
|
|
#![allow(clippy::large_enum_variant)]
|
|
pub mod docs;
|
|
pub mod file;
|
|
mod work;
|
|
|
|
#[cfg(target_family = "wasm")]
|
|
mod wasm_instant;
|