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

fix DoubleEndedIterator impl for Name #1639

Merged
merged 1 commit into from
Feb 17, 2022
Merged

Conversation

bluejekyll
Copy link
Member

fixes: #1638

@codecov
Copy link

codecov bot commented Feb 17, 2022

Codecov Report

Merging #1639 (bfe3eaa) into main (13c0793) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1639      +/-   ##
==========================================
+ Coverage   79.60%   79.63%   +0.02%     
==========================================
  Files         180      180              
  Lines       18161    18182      +21     
==========================================
+ Hits        14457    14478      +21     
  Misses       3704     3704              

crates/proto/src/rr/domain/name.rs Outdated Show resolved Hide resolved
@bluejekyll bluejekyll merged commit 7f54900 into main Feb 17, 2022
@bluejekyll bluejekyll deleted the fix-double-ended-iter-name branch February 17, 2022 22:42
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.

DoubleEndedIterator is implemented incorrectly for LabelIter
2 participants