Clippy fixes

This commit is contained in:
Brian Carroll 2022-01-09 16:41:53 +00:00
parent 4f15fb3967
commit dd79a9b35a
3 changed files with 3 additions and 2 deletions

View file

@ -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,