Skip to content

added #![feature(io)] to lib.rs

Michael Aaron Murphy requested to merge grantdhunter:master into master

Created by: grantdhunter

The std::io::Chars seem to need the feature(io) attribute to compile.

Merge request reports