Skip to content

Commit

Permalink
πŸ“Ž
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Sep 27, 2024
1 parent 60ac690 commit 4848ce3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vello/src/debug/renderer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ impl DebugRenderer {
}
}

#[allow(clippy::too_many_arguments)]
// #[expect(clippy::too_many_arguments, reason="This function is internal, so the argument count doesn't cause issues for consumers.")]
pub fn render(
&self,
recording: &mut Recording,
Expand Down

0 comments on commit 4848ce3

Please sign in to comment.