Rustfmt
CI / cargo fmt (push) Successful in 26s
CI / cargo test (push) Successful in 17m24s
CI / cargo test (GPU) (push) Successful in 18m23s

This commit is contained in:
2026-07-19 20:08:38 -04:00
parent e688de5204
commit 2549124902
-2
View File
@@ -1,11 +1,9 @@
//! # Enkou
#![no_std]
#![warn(missing_docs)]
// SPIR-V backend has issues with iteration over items:
#![allow(clippy::needless_range_loop)]
#![allow(clippy::manual_memcpy)]
// Shader entry points are expected to have a lot of arguments:
#![allow(clippy::too_many_arguments)]