Open waywardmonkeys opened 4 months ago
This also removes the usage of extern crate and #[macro_use] which were no longer required with Rust 2018 edition and later.
extern crate
#[macro_use]
This also removes the usage of
extern crate
and#[macro_use]
which were no longer required with Rust 2018 edition and later.