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

Use a single ptr::drop_in_place call instead of a loop #100

Merged
merged 1 commit into from Jun 6, 2018

Commits on Jun 6, 2018

  1. Use a single ptr::drop_in_place call instead of a loop

    This is what the standard Vec does; see rust-lang/rust#32012.
    mbrubeck committed Jun 6, 2018
You can’t perform that action at this time.