mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Allow large enum variants
This commit is contained in:
parent
7c6d811769
commit
3b78ebcf3a
2 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,7 @@ pub enum BuildOrdering {
|
|||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
pub enum BuildFileError<'a> {
|
||||
LoadingProblem(LoadingProblem<'a>),
|
||||
ErrorModule {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue