Rustfmt
This commit is contained in:
@@ -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)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user