Closed AuracleTech closed 2 years ago
Replace extern crate colored; // not needed in Rust 2018 by 2018+ New users could believe that the 2018 version exclusively don't requires it
extern crate colored; // not needed in Rust 2018
@AuracleTech I just opened #113 to fix this, can you take a look at it and approve it if it looks OK to you? :slightly_smiling_face:
Replace
extern crate colored; // not needed in Rust 2018
by 2018+ New users could believe that the 2018 version exclusively don't requires it