v0.15.0
·
153 commits
to master
since this release
Changed
-
cargo-equip now inserts
#[allow(unused_imports)]for only seemingly procedural macros.use proconio::{fastout, input};
↓
use proconio::{/*fastout,*/ input}; #[allow(unused_imports)] use proconio::fastout;