summaryrefslogtreecommitdiff
path: root/alligator_resources/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'alligator_resources/src/lib.rs')
-rw-r--r--alligator_resources/src/lib.rs5
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;