servo/tests/unit/layout
Simon Sapin e7c53d4ca2 Use pointer casts instead of tramsutes to raw::TraitObject
Casting `*const T` to `*const U` with `U: Sized` is allowed even if `T: ?Sized`.
This safely extracts the data pointer out of a trait object,
without relying on the memory representation of trait objects.
2017-10-13 21:55:11 +02:00
..
Cargo.toml Fix some "unused" warnings 2017-06-06 16:58:35 +02:00
lib.rs Use pointer casts instead of tramsutes to raw::TraitObject 2017-10-13 21:55:11 +02:00
size_of.rs Add size_of_test crate 2017-05-16 10:12:51 +02:00