Skip to content

v0.12.2

Choose a tag to compare

@github-actions github-actions released this 11 May 18:13
· 205 commits to master since this release
a5f8dcf

Changed

  • Removed #[allow(clippy::deprecated_cfg_attr)]. (#110)

    -#[allow(clippy::deprecated_cfg_attr)]#[cfg_attr(rustfmt,rustfmt::skip)]#[allow(unused)]pub mod lib{/* ... */}
    +                                     #[cfg_attr(any()  ,rustfmt::skip)]#[allow(unused)]pub mod lib{/* ... */}
  • Tokens from procedural macros will be minified. (#111)