mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
Stray clippy ignore
This commit is contained in:
parent
ac25eef443
commit
60c98ea5d5
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ fn promote_expr_to_module(src: &str) -> String {
|
||||||
buffer
|
buffer
|
||||||
}
|
}
|
||||||
|
|
||||||
#[allow(clippy::too_many_arguments)]
|
|
||||||
fn create_llvm_module<'a>(
|
fn create_llvm_module<'a>(
|
||||||
arena: &'a bumpalo::Bump,
|
arena: &'a bumpalo::Bump,
|
||||||
src: &str,
|
src: &str,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue