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

Remove unused generic from push_applicable_declarations #19424

Merged
merged 1 commit into from Nov 29, 2017

Commits on Nov 29, 2017

  1. Remove unused generic from push_applicable_declarations

    This function is only ever used with one type.  This gets rid of the
    only use of the `smallvec::VecLike` trait, which we may want to
    deprecate.  (If we do need to make this function generic in the future,
    we can do it using standard traits instead.)
    mbrubeck committed Nov 29, 2017
You can’t perform that action at this time.