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

A round of rust-layers cleanups #76

Merged
merged 3 commits into from Jul 3, 2014
Merged

Commits on Jul 2, 2014

  1. Remove CommonLayer and unused ContainerLayer methods

    CommonLayer is only used by ContainerLayer, so it can be moved directly
    into ContainerLayer. A vector can also be used for storing children
    instead of an embedded linked-list since the operations we do on the
    list of children are still very limited.
    mrobinson committed Jul 2, 2014
  2. No longer accept an Option for layer size

    This is currently unused in Servo.
    mrobinson committed Jul 2, 2014
You can’t perform that action at this time.