Fix warnings in script_traits.

This commit is contained in:
Ms2ger 2015-02-13 11:08:14 +01:00
parent 79b8c3b9c0
commit 58180fa4f7

View file

@ -2,10 +2,12 @@
* 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(core)]
#![feature(int_uint)]
#![feature(libc)]
#![feature(rustc_private)]
#![allow(missing_copy_implementations)]
#![allow(unstable)]
extern crate devtools_traits;
extern crate geom;