The yeah yeah yeahs

This commit is contained in:
Ayaz Hafiz 2022-12-02 13:43:33 -06:00
parent 8e2c2e1809
commit 66419e8f29
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -1,3 +1,5 @@
#![allow(clippy::too_many_arguments)]
use crate::error::canonicalize::{to_circular_def_doc, CIRCULAR_DEF};
use crate::report::{Annotation, Report, RocDocAllocator, RocDocBuilder};
use roc_can::expected::{Expected, PExpected};
@ -455,7 +457,6 @@ pub fn cyclic_alias<'b>(
(doc, "CYCLIC ALIAS".to_string())
}
#[allow(clippy::too_many_arguments)]
fn report_mismatch<'b>(
alloc: &'b RocDocAllocator<'b>,
lines: &LineInfo,
@ -501,7 +502,6 @@ fn report_mismatch<'b>(
}
}
#[allow(clippy::too_many_arguments)]
fn report_bad_type<'b>(
alloc: &'b RocDocAllocator<'b>,
lines: &LineInfo,
@ -4102,7 +4102,6 @@ fn type_problem_to_pretty<'b>(
}
}
#[allow(clippy::too_many_arguments)]
fn report_record_field_typo<'b>(
alloc: &'b RocDocAllocator<'b>,
lines: &LineInfo,