Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

28 lines (16 loc) · 1.32 KB

Changelog

0.1.7

  • Upgrade to syn 2.0 (#39)

0.1.6

  • Wrap help to 64 columns (#32)
  • Update tempfile to version 3.4.0 (6f7812b)

0.1.5

  • Handle if_chain invocations in expression positions (e.g., let x = if_chain! { ... };) (#27)

0.1.4

  • An incorrect internal check was causing rustfmt_if_chain to panic when applied to multiple files. The check is now corrected and guarded by a feature. (0fa6a80)

0.1.3

  • Update README.md (42dd5f4)
  • If no paths are passed, run rustfmt anyway (7000c20)

0.1.2