1
Fork 0

add tests for array_chunks

This commit is contained in:
Bastian Kauschke 2020-05-18 21:24:37 +02:00
parent d405347f09
commit d27007fd6d
3 changed files with 92 additions and 1 deletions

View file

@ -1,4 +1,5 @@
#![feature(alloc_layout_extra)]
#![feature(array_chunks)]
#![feature(bool_to_option)]
#![feature(bound_cloned)]
#![feature(box_syntax)]