From 0501bc6d9ec6524ab7c3d9433d2025ab5da41ea7 Mon Sep 17 00:00:00 2001 From: Micha White Date: Sat, 19 Nov 2022 14:35:03 -0500 Subject: Set the priority of a texture --- alligator_resources/src/lib.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'alligator_resources/src/lib.rs') diff --git a/alligator_resources/src/lib.rs b/alligator_resources/src/lib.rs index 0f7b544..89a8f3c 100644 --- a/alligator_resources/src/lib.rs +++ b/alligator_resources/src/lib.rs @@ -1,6 +1,5 @@ -#![feature(new_uninit)] -#![warn(clippy::nursery)] -#![warn(clippy::pedantic)] +#![feature(new_uninit, let_chains)] +#![warn(clippy::nursery, clippy::pedantic)] #![allow(clippy::module_name_repetitions)] pub mod texture; -- cgit v1.2.3