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

preventing stack overflow when dropping List. #47

Merged
merged 4 commits into from
Jul 3, 2019

Conversation

lulitao1997
Copy link
Contributor

@lulitao1997 lulitao1997 commented Jul 2, 2019

implement our custom Drop trait for List to non-recursively drop the List. #46

src/list/mod.rs Show resolved Hide resolved
src/list/test.rs Outdated Show resolved Hide resolved
src/list/test.rs Outdated Show resolved Hide resolved
@lulitao1997
Copy link
Contributor Author

updated.

@orium orium merged commit f266148 into orium:master Jul 3, 2019
@orium
Copy link
Owner

orium commented Jul 3, 2019

Thanks for contributing!

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.

2 participants