mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'lemu/src/lib.rs')
-rw-r--r--lemu/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lemu/src/lib.rs b/lemu/src/lib.rs
index ce81f1d..25d571b 100644
--- a/lemu/src/lib.rs
+++ b/lemu/src/lib.rs
@@ -2,6 +2,7 @@
#![allow(clippy::redundant_closure_call)]
// yeah so like well you see i kinda well kinda have to yes but sorta
#![allow(clippy::fn_address_comparisons)]
+#![feature(generic_const_exprs, iter_array_chunks)]
#![warn(
clippy::multiple_unsafe_ops_per_block,
clippy::missing_const_for_fn,