remove bounds check

This commit is contained in:
nora 2022-04-15 18:57:39 +02:00
parent 2df17352d1
commit 1e1a2a277b
3 changed files with 29 additions and 6 deletions

View file

@ -1,4 +1,5 @@
#![feature(allocator_api, let_else)]
#![deny(unsafe_op_in_unsafe_fn)]
#![warn(rust_2018_idioms)]
#![allow(dead_code)]