rustfmt v1.4.10 Release Notes

Release Date: 2019-10-25 // over 4 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ“‡ Use the --offline mode if possible when invoking cargo metadata.
    • โšก๏ธ Update rustc-ap-* crates to 610.0.0.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix ignoring newline settings when running in the --check mode.
    • ๐Ÿ›  Fix removing attributes on block.
    • ๐Ÿ›  Fix removing comments in various places.
    • ๐Ÿ›  Fix generating unparsable code when comments is at the end of function parameters.
    • ๐Ÿ›  Fix panicking against a closure with an empty block.
    • ๐Ÿ›  Fix various poor formattings.