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 {
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
#[allow(clippy::too_many_arguments, unused_variables)]
|
||||
pub fn new(
|
||||
factor: usize,
|
||||
gamepad_handler: Option<Gilrs>,
|
||||
|
|
|
@ -513,7 +513,6 @@ impl VulkanWindowInner {
|
|||
);
|
||||
}
|
||||
|
||||
#[allow(unused_variables, clippy::needless_pass_by_ref_mut)]
|
||||
unsafe fn render(
|
||||
&mut self,
|
||||
filter_chain: &mut Option<FilterChain>,
|
||||
|
|
Loading…
Add table
Reference in a new issue