appease clippy

This commit is contained in:
Richard Feldman 2020-04-30 20:49:18 -04:00
parent 5c31369072
commit 1a2367c8aa

View File

@ -220,6 +220,8 @@ async fn build_file(
Ok(binary_path)
}
// TODO this should probably use more helper functions
#[allow(clippy::cognitive_complexity)]
fn gen(
arena: &Bump,
loaded: LoadedModule,