Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Added a test to validate that trailing commas on where conditions are okay#44

Merged
VictorKoenders merged 2 commits intotrunkfrom
where_trailing_comma
Mar 30, 2023
Merged

Added a test to validate that trailing commas on where conditions are okay#44
VictorKoenders merged 2 commits intotrunkfrom
where_trailing_comma

Conversation

@VictorKoenders
Copy link
Contributor

@VictorKoenders VictorKoenders commented Mar 30, 2023

Seems to already be fixed in a previous PR somewhere

@VictorKoenders VictorKoenders linked an issue Mar 30, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Mar 30, 2023

Codecov Report

Patch coverage: 88.88% and project coverage change: +0.19 🎉

Comparison is base (a3a271b) 47.83% compared to head (3c9ab3f) 48.03%.

Additional details and impacted files
@@            Coverage Diff             @@
##            trunk      #44      +/-   ##
==========================================
+ Coverage   47.83%   48.03%   +0.19%     
==========================================
  Files          19       19              
  Lines        1873     1882       +9     
==========================================
+ Hits          896      904       +8     
- Misses        977      978       +1     
Impacted Files Coverage Δ
test/src/main.rs 0.00% <0.00%> (ø)
src/parse/generics.rs 71.71% <100.00%> (+0.76%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@VictorKoenders VictorKoenders merged commit e0b29b0 into trunk Mar 30, 2023
@VictorKoenders VictorKoenders deleted the where_trailing_comma branch April 7, 2023 08:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Parser error when using where for trait with comma

1 participant