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

rustdoc: wrap Type with Box instead of Generics #117070

Merged
merged 2 commits into from
Oct 24, 2023

Commits on Oct 23, 2023

  1. rustdoc: wrap Type with Box instead of Generics

    When these `Box<Generics>` types were introduced,
    `Generics` was made with `Vec` and much larger.
    Now that it's made with `ThinVec`, `Type` is bigger
    and should be boxed instead.
    notriddle committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    b67985e View commit details
    Browse the repository at this point in the history
  2. Remove FIXME after fix

    Co-authored-by: León Orell Valerian Liehr <me@fmease.dev>
    notriddle and fmease authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    f1a1ef6 View commit details
    Browse the repository at this point in the history