1 Commits

Author SHA1 Message Date
bspeice 2549124902 Rustfmt
CI / cargo fmt (push) Successful in 26s
CI / cargo test (push) Successful in 17m24s
CI / cargo test (GPU) (push) Successful in 18m23s
2026-07-19 20:08:38 -04:00
-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)]