Stray clippy ignore

This commit is contained in:
Ayaz Hafiz 2023-06-19 21:43:15 -05:00
parent ac25eef443
commit 60c98ea5d5
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -44,7 +44,6 @@ fn promote_expr_to_module(src: &str) -> String {
buffer
}
#[allow(clippy::too_many_arguments)]
fn create_llvm_module<'a>(
arena: &'a bumpalo::Bump,
src: &str,