core2 icon indicating copy to clipboard operation
core2 copied to clipboard

Remove feature `nightly`?

Open dobromyslov opened this issue 3 years ago • 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?

dobromyslov avatar Jan 21 '22 19:01 dobromyslov