Skip to content

Commit

Permalink
Part revert prior two commits
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Nov 27, 2024
1 parent a7b8d63 commit 582a090
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions vello_shaders/src/cpu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
//! a full CPU fallback as an alternative to GPU shaders is not provided.
// Allow un-idiomatic Rust to more closely match shaders
#![expect(
clippy::needless_range_loop,
reason = "Keeps code easily comparable to GPU shaders"
)]

mod backdrop;
mod bbox_clear;
Expand Down
1 change: 0 additions & 1 deletion vello_shaders/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
clippy::missing_assert_message,
clippy::missing_errors_doc,
clippy::missing_panics_doc,
clippy::needless_range_loop,
clippy::print_stderr,
clippy::print_stdout,
clippy::shadow_unrelated,
Expand Down

0 comments on commit 582a090

Please sign in to comment.