mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
appease clippy
This commit is contained in:
parent
5c31369072
commit
1a2367c8aa
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue