Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPut back malloc_size_of_derive in our repository #24419
Closed
Comments
|
Cc @emilio |
twilco
added a commit
to twilco/servo
that referenced
this issue
Oct 12, 2019
The 'MallocSizeOf' trait is not available on crates.io, so the derive shouldn't be either. Move this derive back into the Servo repository. See issue servo#24419.
twilco
added a commit
to twilco/servo
that referenced
this issue
Oct 12, 2019
The 'MallocSizeOf' trait is not available on crates.io, so the derive shouldn't be either. Move this derive back into the Servo repository. See issue servo#24419.
|
Since WebRender needs it, this is difficult. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It makes no sense that we are using a crate from crates.io to derive a trait that is not on crates.io.