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

Store abspos boxes in a RefCell too #26833

Merged
merged 1 commit into from Jun 10, 2020
Merged

Commits on Jun 9, 2020

  1. Store abspos boxes in a RefCell too

    We want to mutate them when lazily computing their content sizes, but they
    are behind an Arc for the hoisting infra, so it also needs its own layer
    of inner mutability.
    nox committed Jun 9, 2020
You can’t perform that action at this time.