-
-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add mut keyword #305
Conversation
Codecov Report
@@ Coverage Diff @@
## master #305 +/- ##
==========================================
- Coverage 81.42% 81.41% -0.01%
==========================================
Files 239 240 +1
Lines 14026 14073 +47
==========================================
+ Hits 11420 11457 +37
- Misses 2606 2616 +10
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this great PR! I've added some cosmetic comments but other than that it looks good to me!
I didn't mean to close this; I think I updated the wrong branch on my side. I'll fix it tomorrow. |
Adds the
mut
keyword and updates a lot of tests to accomodate for it.Closes #199.
🎉