Deny unsafe code in compositing.

This commit is contained in:
Ms2ger 2015-08-13 10:52:29 +02:00
parent 8f55af1190
commit 1abc7a6dab

View file

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