mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
5 lines
173 B
Rust
5 lines
173 B
Rust
#![warn(clippy::dbg_macro)]
|
|
// See github.com/rtfeldman/roc/issues/800 for discussion of the large_enum_variant check.
|
|
#![allow(clippy::large_enum_variant)]
|
|
|
|
pub mod unify;
|