Allow large enum variants

This commit is contained in:
Ayaz Hafiz 2022-08-19 22:20:38 -05:00
parent 7c6d811769
commit 3b78ebcf3a
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
2 changed files with 2 additions and 0 deletions

View file

@ -55,6 +55,7 @@ pub fn load_single_threaded<'a>(
}
#[derive(Debug)]
#[allow(clippy::large_enum_variant)]
pub enum LoadMonomorphizedError<'a> {
LoadingProblem(LoadingProblem<'a>),
/// Errors in the module that should be reported, without compiling the executable.