- Upgrade to
syn
2.0 (#39)
- Handle
if_chain
invocations in expression positions (e.g.,let x = if_chain! { ... };
) (#27)
- 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)