Files
servo/components/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
..
2017-08-23 21:38:44 +02:00
2017-08-23 21:38:44 +02:00
2017-09-12 10:33:51 -07:00
2017-09-26 09:49:04 +02:00