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
`Bitmap::flip` should only require `&self`, not `&mut self`. This should
be a backwards compatable change, it only increases the set of programs
accepted.
Additionally, try to remove mutablilty from examples where possible, to
prevent it from happening again
0 commit comments