fix clippy unknown lint

This commit is contained in:
Christian Meissl 2021-06-19 20:06:50 +02:00 committed by Victor Berger
parent 4cb03a1d0d
commit c4f2d34647
1 changed files with 1 additions and 1 deletions

View File

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