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

Implement Decode for Box<str> #562

Merged
merged 1 commit into from
Jul 23, 2022

Conversation

SabrinaJewson
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Jul 23, 2022

Codecov Report

Merging #562 (532fb76) into trunk (1ca8275) will increase coverage by 0.09%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##            trunk     #562      +/-   ##
==========================================
+ Coverage   54.49%   54.58%   +0.09%     
==========================================
  Files          50       50              
  Lines        4426     4437      +11     
==========================================
+ Hits         2412     2422      +10     
- Misses       2014     2015       +1     
Impacted Files Coverage Δ
src/features/impl_alloc.rs 60.52% <0.00%> (-0.65%) ⬇️
src/de/mod.rs 26.37% <0.00%> (ø)
src/de/impls.rs 58.51% <0.00%> (ø)
src/lib.rs 16.14% <0.00%> (+1.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 1ca8275...532fb76. Read the comment docs.

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.

Thanks!

@VictorKoenders VictorKoenders merged commit 3a4f299 into bincode-org:trunk Jul 23, 2022
@SabrinaJewson SabrinaJewson deleted the boxed-slices branch July 23, 2022 11:45
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.

2 participants