mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 15:55:28 +00:00
Teach `suspicious_else_formatting` about `if .. {..} {..}`
We essentially treat bare blocks `{..}` identically to `if .. {..}`, except for different lint messages.
Fixes #3044