Rustfmt
This commit is contained in:
@@ -1,11 +1,9 @@
|
|||||||
//! # Enkou
|
//! # Enkou
|
||||||
#![no_std]
|
#![no_std]
|
||||||
#![warn(missing_docs)]
|
#![warn(missing_docs)]
|
||||||
|
|
||||||
// SPIR-V backend has issues with iteration over items:
|
// SPIR-V backend has issues with iteration over items:
|
||||||
#![allow(clippy::needless_range_loop)]
|
#![allow(clippy::needless_range_loop)]
|
||||||
#![allow(clippy::manual_memcpy)]
|
#![allow(clippy::manual_memcpy)]
|
||||||
|
|
||||||
// Shader entry points are expected to have a lot of arguments:
|
// Shader entry points are expected to have a lot of arguments:
|
||||||
#![allow(clippy::too_many_arguments)]
|
#![allow(clippy::too_many_arguments)]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user