lint updates

This commit is contained in:
Alex Janka 2023-10-15 11:54:58 +11:00
parent 1a01075ec9
commit e4916cafdf
2 changed files with 1 additions and 2 deletions

View file

@ -273,7 +273,7 @@ struct RecordInfo {
} }
impl WindowRenderer { impl WindowRenderer {
#[allow(clippy::too_many_arguments)] #[allow(clippy::too_many_arguments, unused_variables)]
pub fn new( pub fn new(
factor: usize, factor: usize,
gamepad_handler: Option<Gilrs>, gamepad_handler: Option<Gilrs>,

View file

@ -513,7 +513,6 @@ impl VulkanWindowInner {
); );
} }
#[allow(unused_variables, clippy::needless_pass_by_ref_mut)]
unsafe fn render( unsafe fn render(
&mut self, &mut self,
filter_chain: &mut Option<FilterChain>, filter_chain: &mut Option<FilterChain>,