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

Reverted 'static constraint on T in Vec<T> and [T; N] #663

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

VictorKoenders
Copy link
Contributor

Reverted this change as there was a regression as mentioned in #619 (review)

@codecov
Copy link

codecov bot commented Sep 19, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.67% 🎉

Comparison is base (2f08107) 56.33% compared to head (7b484c1) 57.01%.

Additional details and impacted files
@@            Coverage Diff             @@
##            trunk     #663      +/-   ##
==========================================
+ Coverage   56.33%   57.01%   +0.67%     
==========================================
  Files          51       51              
  Lines        4317     4306      -11     
==========================================
+ Hits         2432     2455      +23     
+ Misses       1885     1851      -34     
Files Changed Coverage Δ
src/features/impl_alloc.rs 61.83% <ø> (-1.08%) ⬇️
src/de/impls.rs 65.91% <100.00%> (+3.41%) ⬆️
tests/std.rs 97.67% <100.00%> (+0.14%) ⬆️

... and 4 files with indirect coverage changes

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

@VictorKoenders VictorKoenders merged commit a22afa3 into trunk Sep 19, 2023
63 of 67 checks passed
@VictorKoenders VictorKoenders deleted the revert_slice_decode_static branch September 19, 2023 12:58
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.

1 participant