Skip to content

v0.15.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 16:30
· 153 commits to master since this release
06470bd

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;