Fix clippy warnings

This commit is contained in:
Brendan Hansknecht 2021-11-05 23:40:51 -07:00
parent 69f6a47659
commit 1f61bdc6e0

View file

@ -20,8 +20,8 @@ fn promote_expr_to_module(src: &str) -> String {
}
#[allow(dead_code)]
pub fn helper<'a>(
arena: &'a bumpalo::Bump,
pub fn helper(
arena: &bumpalo::Bump,
src: &str,
stdlib: roc_builtins::std::StdLib,
_leak: bool,