gchp / rustbox

Rust implementation of the termbox library
MIT License
469 stars 48 forks source link

Remove #![feature(core)] from README.md example #75

Closed jackc closed 6 years ago

jackc commented 7 years ago

When running with latest stable I get this error:

error[E0554]: #[feature] may not be used on the stable release channel --> src/main.rs:1:1 | 1 | #![feature(core)] | ^^^^^^^^^^^^^^^^^

However, it appears that this project works fine on stable. At least I was able to compile and use rustbox successfully without that feature line.

Sorry if I'm missing something obvious -- this is day 2 of my dive into Rust.

gchp commented 6 years ago

Thanks! And apologies for the delay getting to this.