mempeek icon indicating copy to clipboard operation
mempeek copied to clipboard

array_chunks: Removed unused unstable feature

Open stephen-fox opened this issue 3 weeks ago • 0 comments

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)

stephen-fox avatar Feb 04 '25 17:02 stephen-fox