rustfmt v0.4.0 Release Notes

Release Date: 2018-03-02 // about 6 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ–จ Do not print verbose outputs when formatting with stdin.
    • Preserve trailing whitespaces in doc comments.
    • Scale the values of width heuristics by max_width.

    ๐Ÿ›  Fixed

    • Do not reorder items with #[macro_use].
    • ๐Ÿ›  Fix formatting bugs.
    • ๐Ÿ‘Œ Support the beginning | on a match arm.