mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -11,8 +11,10 @@ test )] #![warn( - clippy::missing_safety_doc, + clippy::multiple_unsafe_ops_per_block, clippy::missing_const_for_fn, + clippy::missing_safety_doc, + unsafe_op_in_unsafe_fn, clippy::dbg_macro, clippy::perf )] |