mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
6 lines
202 B
Rust
6 lines
202 B
Rust
#![warn(clippy::all, 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 error;
|
|
pub mod report;
|