servo/components/script_traits
Ms2ger eefb0773a0 Remove the unsafe impl Send for ConstellationControlMsg.
This impl made it possible to put raw pointers in ConstellationControlMsg and
send them across threads without considering the consequences.

This required making SmallVec1<T> Send if T is Send.
2015-04-03 13:32:51 +02:00
..
Cargo.toml Move layout to libc from crates.io. 2015-02-19 21:38:25 +01:00
lib.rs Remove the unsafe impl Send for ConstellationControlMsg. 2015-04-03 13:32:51 +02:00