rustfmt v0.7.0 Release Notes

Release Date: 2018-05-14 // almost 6 years ago
  • โž• Added

    • โž• Add integration tests against crates in the rust-lang-nursery c79f39a

    ๐Ÿ”„ Changed

    • โšก๏ธ Update rustc-ap-syntax to 128.0.0 and ustc-ap-rustc_target to 128.0.0 195395f
    • Put operands on its own line when each fits in a single line f8439ce
    • ๐Ÿ‘Œ Improve CLI options 55ac062 1869888 798bffb 4d9de48 eca7796 8396da1 5d9f5aa

    ๐Ÿ›  Fixed

    • ๐Ÿ‘‰ Use correct line width for list attribute 61a401a
    • Avoid flip-flopping impl items when reordering them 37c216c
    • Formatting breaks short lines when max_width is less than 100 9b36156
    • ๐Ÿ›  Fix variant "Mixed" of imports_layout option 8c8676c
    • ๐Ÿ‘Œ Improve handling of long lines f885039
    • ๐Ÿ›  Fix up lines exceeding max width 51c07f4
    • Fix handling of modules in non_modrs_mods style cf573e8
    • Do not duplicate attributes on use items e59ceaf
    • Do not insert an extra brace in macros with native newlines 4c9ef93