erica / testlint

61 stars 5 forks source link

Extraneous lets warning no longer relevant in Swift 3 #6

Open tmaes opened 7 years ago

tmaes commented 7 years ago

Swift 3's improvements to the syntax of condition clauses made the let keyword mandatory in cascaded let clauses (cf. SE-0099 – thanks to your awesome work, @erica :-)

Therefore, the warning about Extraneous let usage is no longer relevant.