-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
feature: use statements language support #290
feature: use statements language support #290
Conversation
Codecov Report
@@ Coverage Diff @@
## master #290 +/- ##
==========================================
- Coverage 81.41% 80.80% -0.62%
==========================================
Files 239 240 +1
Lines 14025 14584 +559
==========================================
+ Hits 11419 11785 +366
- Misses 2606 2799 +193
Continue to review full report at Codecov.
|
c56c24f
to
13bfdbf
Compare
13bfdbf
to
145f95b
Compare
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.
Nicely done. No comments about the architecture or code; just a couple of requests in terms of spelling, grammar, and documentation.
63c257a
to
0fd6ae6
Compare
Adds the use of
use
statements in the code.✔️ Features
use foo::bar::{Bar, Baz}
)❓ Missing features, but planned
I will create issues for these once this is merged.
❌ Out of scope
Closes #249