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

Box dyn #85

Merged
merged 2 commits into from Dec 25, 2022
Merged

Box dyn #85

merged 2 commits into from Dec 25, 2022

Conversation

vorner
Copy link
Owner

@vorner vorner commented Dec 25, 2022

No description provided.

steffahn and others added 2 commits December 25, 2022 10:15
by generalizing the P: Deref-implementation to ?Sized,
and implementing Access for some `dyn DynAccess` trait object types.

Not yet documented or polished, this commit's main purpose is to allow CI testing.
Clean up & document the changes from previous commit from #78.
@codecov-commenter
Copy link

Codecov Report

Merging #85 (7194930) into master (102bac9) will decrease coverage by 0.23%.
The diff coverage is 66.66%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #85      +/-   ##
==========================================
- Coverage   80.70%   80.47%   -0.24%     
==========================================
  Files          16       16              
  Lines         793      799       +6     
==========================================
+ Hits          640      643       +3     
- Misses        153      156       +3     
Impacted Files Coverage Δ
src/access.rs 79.41% <66.66%> (-2.74%) ⬇️
src/lib.rs 88.20% <0.00%> (-0.30%) ⬇️

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.

None yet

3 participants