Skip to content

Commit b7d3d8c

Browse files
committed
Bitmap::flip does not require &mut self
`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
1 parent 18f4294 commit b7d3d8c

File tree

1 file changed

+71
-142
lines changed

1 file changed

+71
-142
lines changed

0 commit comments

Comments
 (0)