mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-17 17:25:01 +00:00
8 lines
225 B
Rust
8 lines
225 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 ability;
|
|
pub mod module;
|
|
pub mod solve;
|
|
pub mod specialize;
|