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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cordyceps): add core::iter trait impls for List #232

Merged
merged 3 commits into from
Jun 19, 2022
Merged

Conversation

hawkw
Copy link
Owner

@hawkw hawkw commented Jun 19, 2022

No description provided.

This commit implements `core::iter::Extend<T::Handle>` for `List<T>`.

Closes #225
This commit implements `core::iter::FromIterator<T::Handle>` for
`List<T>`.

Closes #226
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
@hawkw hawkw enabled auto-merge (rebase) June 19, 2022 17:12
@hawkw hawkw merged commit 41169a3 into main Jun 19, 2022
@hawkw hawkw deleted the eliza/list-extend branch June 19, 2022 17:19
hawkw added a commit that referenced this pull request Jun 19, 2022
This commit implements `core::iter::Extend<T::Handle>` for `List<T>`.

Closes #225
hawkw added a commit that referenced this pull request Jun 19, 2022
This commit implements `core::iter::FromIterator<T::Handle>` for
`List<T>`.

Closes #226
hawkw added a commit that referenced this pull request Jun 21, 2022
This commit implements `core::iter::Extend<T::Handle>` for `List<T>`.

Closes #225
hawkw added a commit that referenced this pull request Jun 21, 2022
This commit implements `core::iter::FromIterator<T::Handle>` for
`List<T>`.

Closes #226
hawkw added a commit that referenced this pull request Jun 21, 2022
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
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

1 participant