fix clippy unknown lint
This commit is contained in:
parent
4cb03a1d0d
commit
c4f2d34647
|
@ -305,7 +305,7 @@ where
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[allow(clippy::clippy::too_many_arguments)]
|
#[allow(clippy::too_many_arguments)]
|
||||||
fn create_immed<'a>(
|
fn create_immed<'a>(
|
||||||
&mut self,
|
&mut self,
|
||||||
params: &BufferParams,
|
params: &BufferParams,
|
||||||
|
|
Loading…
Reference in New Issue