diff options
| author | Micha White <botahamec@outlook.com> | 2022-11-19 14:35:03 -0500 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2022-11-19 14:35:03 -0500 |
| commit | 0501bc6d9ec6524ab7c3d9433d2025ab5da41ea7 (patch) | |
| tree | 0f8ef9acd09cf37aeeea9cece8e8735bc49d4d2e /alligator_resources/src/lib.rs | |
| parent | 622e28937c48a8a389e981b9099a839d643f7678 (diff) | |
Set the priority of a texture
Diffstat (limited to 'alligator_resources/src/lib.rs')
| -rw-r--r-- | alligator_resources/src/lib.rs | 5 |
1 files changed, 2 insertions, 3 deletions
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; |
