You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.