mirror of
https://github.com/Noratrieb/brainfuck.git
synced 2026-01-14 13:35:00 +01:00
remove bounds check
This commit is contained in:
parent
2df17352d1
commit
1e1a2a277b
3 changed files with 29 additions and 6 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#![feature(allocator_api, let_else)]
|
||||
#![deny(unsafe_op_in_unsafe_fn)]
|
||||
#![warn(rust_2018_idioms)]
|
||||
#![allow(dead_code)]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue