Auto merge of #7189 - Ms2ger:unsafe-compositing, r=larsbergstrom

Deny unsafe code in compositing.



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7189)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-08-13 07:14:22 -06:00
commit 7f0e62b6fb

View file

@ -7,6 +7,8 @@
#![feature(slice_bytes)]
#![feature(vec_push_all)]
#![deny(unsafe_code)]
#[macro_use]
extern crate log;