mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Clippy fixes
This commit is contained in:
parent
4f15fb3967
commit
dd79a9b35a
3 changed files with 3 additions and 2 deletions
|
@ -57,6 +57,7 @@ pub struct WasmBackend<'a> {
|
|||
}
|
||||
|
||||
impl<'a> WasmBackend<'a> {
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub fn new(
|
||||
env: &'a Env<'a>,
|
||||
interns: &'a mut Interns,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue