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

Added HashSet #516

Merged
merged 2 commits into from
Mar 3, 2022
Merged

Added HashSet #516

merged 2 commits into from
Mar 3, 2022

Conversation

VictorKoenders
Copy link
Contributor

Closes #513

@codecov
Copy link

codecov bot commented Mar 3, 2022

Codecov Report

Merging #516 (bbba17c) into trunk (108e03b) will increase coverage by 0.17%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            trunk     #516      +/-   ##
==========================================
+ Coverage   70.90%   71.08%   +0.17%     
==========================================
  Files          47       47              
  Lines        3159     3178      +19     
==========================================
+ Hits         2240     2259      +19     
  Misses        919      919              
Impacted Files Coverage Δ
src/lib.rs 68.75% <ø> (ø)
src/features/impl_std.rs 80.60% <100.00%> (+1.79%) ⬆️
tests/alloc.rs 98.36% <100.00%> (+0.02%) ⬆️
tests/std.rs 100.00% <100.00%> (ø)

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 108e03b...bbba17c. Read the comment docs.

@VictorKoenders VictorKoenders merged commit 7e9f043 into trunk Mar 3, 2022
@VictorKoenders VictorKoenders deleted the feature/hashset branch March 3, 2022 14:23
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.

Are HashSets not supported?
2 participants