rustfmt v0.8.0 Release Notes

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

    ๐Ÿ”„ Changed

    • Comment options wrap_comments and normalize_comments are reverted back to unstable 416bc4c
    • Stabilise reorder_imports and reorder_modules options 7b6d2b4
    • Remove spaces_within_parens_and_brackets option d726492
    • Stabilise shorthand options: use_try_shorthand, use_field_init_shorthand, and force_explicit_abi 8afe367
    • Stabilise remove_nested_parens and set default to true a70f716
    • Unstabilise unstable_features dd9c15a
    • Remove remove_blank_lines_at_start_or_end_of_block option 2ee8b0e
    • โšก๏ธ Update rustc-ap-syntax to 146.0.0 and rustc-ap-rustc_target to 146.0.0 2c275a2
    • Audit the public API #2639

    ๐Ÿ›  Fixed

    • ๐Ÿ– Handle code block in doc comment without rust prefix f1974e2