rustfmt v1.4.7 Release Notes

Release Date: 2019-09-06 // over 4 years ago
  • ➕ Added

    • ➕ Add --config command line option.

    🔄 Changed

    • ⚡️ Update rustc-ap-* crates to 581.0.0.
    • rustfmt now do not warn against trailing whitespaces inside macro calls.

    🛠 Fixed

    • 🛠 Fix merge_imports generating invalid code.
    • 🛠 Fix removing discriminant values on enum variants.
    • 🛠 Fix modules defined inside cfg_if! not being formatted.
    • 🛠 Fix minor formatting issues.