lint updates
This commit is contained in:
parent
1a01075ec9
commit
e4916cafdf
2 changed files with 1 additions and 2 deletions
|
@ -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>,
|
||||||
|
|
|
@ -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>,
|
||||||
|
|
Loading…
Add table
Reference in a new issue