mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
3784cdf98e
Fix suggestions that need parens in `from_iter_instead_of_collect` lint Fixes broken suggestions that need parens (i.e.: range) Fixes: #6648 changelog: none