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
I'm on 0.9.1 and bools that have a "!" in front of them are incorrectly identified as a force unwrap. I need to change the !variable to variable == false for the error to go away.
The text was updated successfully, but these errors were encountered:
I'm on 0.9.1 and bools that have a "!" in front of them are incorrectly identified as a force unwrap. I need to change the !variable to variable == false for the error to go away.
The text was updated successfully, but these errors were encountered: