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

Add a new feature, `may_dangle`. #133

Merged
merged 2 commits into from Nov 29, 2018
Merged

Commits on Nov 29, 2018

  1. Add a new feature, `may_dangle`.

    This commit adds a `may_dangle` annotation to `drop`, matching `Vec`.
    This feature increases the ability of `SmallVec` to be used as a drop-in
    replacement for `Vec`. A feature is necessary because `may_dangle` is
    Nightly-only.
    
    Fixes #132.
    nnethercote committed Nov 29, 2018
  2. Bump version number to 0.6.7.

    nnethercote committed Nov 29, 2018
You can’t perform that action at this time.