Skip to content

Commit

Permalink
Fix clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
BeastLe9enD committed Oct 26, 2024
1 parent 83c55b1 commit ec428e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/simplify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ pub fn simplify_with_locks_decoder<T: DecodePosition>(
///
/// If the original vertex data isn't required, creating a compact vertex buffer
/// using `optimize_vertex_fetch` is recommended.
#[allow(clippy::too_many_arguments)]
pub fn simplify_with_attributes_and_locks(
indices: &[u32],
vertices: &VertexDataAdapter<'_>,
Expand Down Expand Up @@ -236,6 +237,7 @@ pub fn simplify_with_attributes_and_locks(
///
/// If the original vertex data isn't required, creating a compact vertex buffer
/// using `optimize_vertex_fetch` is recommended.
#[allow(clippy::too_many_arguments)]
pub fn simplify_with_attributes_and_locks_decoder<T: DecodePosition>(
indices: &[u32],
vertices: &[T],
Expand Down

0 comments on commit ec428e2

Please sign in to comment.