Fix warnings in libstyle.

This commit is contained in:
Simon Sapin 2015-02-13 08:24:34 +01:00
parent b655b54f80
commit 1ceadf3813
2 changed files with 6 additions and 2 deletions

View file

@ -5,9 +5,13 @@
#![feature(plugin)]
#![feature(int_uint)]
#![feature(box_syntax)]
#![feature(core)]
#![feature(std_misc)]
#![feature(hash)]
#![feature(collections)]
#![feature(rustc_private)]
#![allow(missing_copy_implementations)]
#![allow(unstable)]
#[macro_use] extern crate log;
#[macro_use] extern crate bitflags;