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

Fix parentheses incorrectly removed around assertion when hanging #426

Merged
merged 5 commits into from
Mar 31, 2022

Conversation

JohnnyMorganz
Copy link
Owner

Fixes #425

@codecov
Copy link

codecov bot commented Mar 31, 2022

Codecov Report

Merging #426 (906eb2d) into master (80483fe) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #426   +/-   ##
=======================================
  Coverage   96.34%   96.35%           
=======================================
  Files          14       14           
  Lines        5174     5180    +6     
=======================================
+ Hits         4985     4991    +6     
  Misses        189      189           
Impacted Files Coverage Δ
src/formatters/expression.rs 96.90% <100.00%> (+0.02%) ⬆️

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 80483fe...906eb2d. Read the comment docs.

@JohnnyMorganz JohnnyMorganz merged commit cc5689d into master Mar 31, 2022
@JohnnyMorganz JohnnyMorganz deleted the type-assert-parens branch March 31, 2022 13:23
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.

parens required for double-cast incorrectly removed, resulting in wrong-code
1 participant