Skip to content
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

Keep parens around type assertion if in binexp #443

Merged
merged 5 commits into from Apr 11, 2022

Conversation

JohnnyMorganz
Copy link
Owner

Fix #441

@codecov
Copy link

codecov bot commented Apr 11, 2022

Codecov Report

Merging #443 (fdd5b20) into master (602d1a2) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #443      +/-   ##
==========================================
+ Coverage   96.42%   96.44%   +0.01%     
==========================================
  Files          14       14              
  Lines        5228     5257      +29     
==========================================
+ Hits         5041     5070      +29     
  Misses        187      187              
Impacted Files Coverage Δ
src/formatters/expression.rs 97.04% <100.00%> (+0.12%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 602d1a2...fdd5b20. Read the comment docs.

@JohnnyMorganz JohnnyMorganz merged commit b59234e into master Apr 11, 2022
@JohnnyMorganz JohnnyMorganz deleted the type-assert-parens branch April 11, 2022 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parentheses around type assertions removed leading to incorrect semantics
1 participant