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