mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'lemu/src/lib.rs')
| -rw-r--r-- | lemu/src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lemu/src/lib.rs b/lemu/src/lib.rs index 64cd653..a45be20 100644 --- a/lemu/src/lib.rs +++ b/lemu/src/lib.rs @@ -1,6 +1,6 @@ //! crate for [MLOG](https://mindustrygame.github.io/wiki/logic/0-introduction/#what-is-mindustry-logic) emulation. -#![feature(let_chains, inline_const)] -#![allow(clippy::redundant_closure_call, incomplete_features)] +#![feature(let_chains)] +#![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)] #![warn( |