mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-07 22:55:00 +00:00
5 lines
186 B
Rust
5 lines
186 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 bitcode;
|
|
pub mod roc;
|