-
-
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
refactor: use '->' instead of ':' for fn return types #123
Conversation
Codecov Report
@@ Coverage Diff @@
## master #123 +/- ##
==========================================
- Coverage 78.87% 78.86% -0.02%
==========================================
Files 141 141
Lines 8724 8728 +4
==========================================
+ Hits 6881 6883 +2
- Misses 1843 1845 +2
Continue to review full report at Codecov.
|
Also, why not change the README? that should reflect what the language looks like currently. |
I'll update the |
It looks like I forgot to add the arrow to the |
Did I miss anything else? |
I think you missed these : https://github.com/mun-lang/mun/tree/master/crates/mun_runtime/benches/resources |
Closes #105. I updated all of the tests but not the README example.