technocreatives/core2

Remove feature `nightly`?

Opened this issue · 0 comments

I copied your implementation of the BufReader, tested it with new Rust and discovered that it compiles without nightly feature.
Looks like Rust already supports const generic. Details: https://blog.rust-lang.org/2021/02/26/const-generics-mvp-beta.html

Maybe it's time to remove the nightly feature?