mempeek
mempeek copied to clipboard
array_chunks: Removed unused unstable feature
The #![feature(array_chunks)]
attribute seems to be unused. Its presence means only rust nightly users can compile mempeek from source. This commit removes the attribute.
(Note: as far as I can tell it is unused, but I am also relatively new to Rust)