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

Implement trait generics on impl-for#76

Merged
VictorKoenders merged 4 commits intobincode-org:trunkfrom
NightEule5:feature/impl-for-trait-generics
Nov 12, 2023
Merged

Implement trait generics on impl-for#76
VictorKoenders merged 4 commits intobincode-org:trunkfrom
NightEule5:feature/impl-for-trait-generics

Conversation

@NightEule5
Copy link
Contributor

Closes #70

@codecov
Copy link

codecov bot commented Nov 10, 2023

Codecov Report

Attention: 8 lines in your changes are missing coverage. Please review.

Comparison is base (39db1c8) 48.06% compared to head (2369461) 48.42%.
Report is 1 commits behind head on trunk.

Additional details and impacted files
@@            Coverage Diff             @@
##            trunk      #76      +/-   ##
==========================================
+ Coverage   48.06%   48.42%   +0.35%     
==========================================
  Files          20       20              
  Lines        2041     2030      -11     
==========================================
+ Hits          981      983       +2     
+ Misses       1060     1047      -13     
Files Coverage Δ
src/generate/generate_item.rs 0.00% <0.00%> (ø)
src/generate/impl_for.rs 40.67% <66.66%> (+0.86%) ⬆️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@VictorKoenders VictorKoenders left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One minor nitpick, looks good otherwise

@VictorKoenders VictorKoenders merged commit 591ef63 into bincode-org:trunk Nov 12, 2023
@VictorKoenders
Copy link
Contributor

Thanks!

@NightEule5 NightEule5 deleted the feature/impl-for-trait-generics branch November 14, 2023 22:59
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.

Add generic argument to implemented trait?

2 participants