Fix warnings in compositing.

This commit is contained in:
Ms2ger 2015-02-13 10:25:51 +01:00
parent 26aee53c82
commit dda12e196b
3 changed files with 11 additions and 6 deletions

View file

@ -2,8 +2,13 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(box_syntax, plugin)]
#![feature(int_uint, core, libc, std_misc)]
#![feature(box_syntax)]
#![feature(core)]
#![feature(int_uint)]
#![feature(io)]
#![feature(libc)]
#![feature(rustc_private)]
#![feature(std_misc)]
#![allow(missing_copy_implementations)]