rustfmt v0.4.1 Release Notes

Release Date: 2018-03-16 // about 6 years ago
  • โž• Added

    • โž• Add ignore configuration option.
    • Add license_template_path configuration option.
    • Format lazy_static!.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix formatting bugs.
    • ๐Ÿ›  Fix setting reorder_modules removing inline modules.
    • Format attributes on block expressions.
    • ๐Ÿ‘Œ Support dyn trait syntax.
    • ๐Ÿ‘Œ Support multiple patterns in if let and while let.
    • ๐Ÿ‘Œ Support a pattern with parentheses.