Closed MovingtoMars closed 8 years ago
Right now, we require variables to be declared mut if they have no initial value. I think we should change this, since we made it so that a var with no initial value is zeroed. I just thought of this when looking at Option.unwrap().
mut
I'm ok with this
Right now, we require variables to be declared
mut
if they have no initial value. I think we should change this, since we made it so that a var with no initial value is zeroed. I just thought of this when looking at Option.unwrap().