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

deer: implement Deserialize for core::mem #2384

Merged
merged 5 commits into from
Apr 13, 2023
Merged

deer: implement Deserialize for core::mem #2384

merged 5 commits into from
Apr 13, 2023

Conversation

indietyp
Copy link
Member

🌟 What is the purpose of this PR?

Implements Deserialize for:

  • core::mem::ManuallyDrop

taken from #1875

🔗 Related links

🔍 Has this modified a publishable library?

This PR:

  • modifies an npm-publishable library and I have added a changeset file(s)
  • modifies a Cargo-publishable library and I have amended the version
  • modifies a Cargo-publishable library, but it is not yet ready to publish
  • modifies a block that will need publishing via GitHub action once merged
  • does not modify any publishable blocks or libraries
  • I am unsure / need advice

libs/deer/src/impls/core/mem.rs Fixed Show fixed Hide fixed
libs/deer/src/impls/core/mem.rs Fixed Show fixed Hide fixed
libs/deer/src/impls/core/mem.rs Fixed Show fixed Hide fixed
@codecov
Copy link

codecov bot commented Apr 10, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.69%. Comparing base (9420a82) to head (68c54e1).
Report is 2829 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2384   +/-   ##
=======================================
  Coverage   60.69%   60.69%           
=======================================
  Files         313      314    +1     
  Lines       24199    24202    +3     
  Branches      421      421           
=======================================
+ Hits        14687    14690    +3     
  Misses       9507     9507           
  Partials        5        5           
Flag Coverage Δ
backend-integration-tests 3.66% <ø> (ø)
deer 69.41% <100.00%> (+0.02%) ⬆️
unit-tests 1.49% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@indietyp indietyp added this pull request to the merge queue Apr 13, 2023
Merged via the queue into main with commit f66d077 Apr 13, 2023
@indietyp indietyp deleted the bm/deer/core-mem branch April 13, 2023 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/libs > deer Affects the `deer` crate (library)
Development

Successfully merging this pull request may close these issues.

2 participants