From 1a2367c8aa33f4aedce47a103e8be60c2e20540f Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Thu, 30 Apr 2020 20:49:18 -0400 Subject: [PATCH] appease clippy --- cli/src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli/src/main.rs b/cli/src/main.rs index 43335c9af9..1538d29d8b 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs @@ -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,