Commits

Joe Groff committed 07152b51e51
Fix a couple of issues with the fixit for unused `if let` bindings. - Fix SR-1112, where the fixit would eat all characters in the RHS expression except for the last one due to improper SourceRange math. - Noticed by inspection, an expression undergoing an implicit conversion (such as a load from an optional `var`) would be judged as requiring parens, when that's really unnecessary.