mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fix warnings in libstyle.
This commit is contained in:
parent
b655b54f80
commit
1ceadf3813
2 changed files with 6 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue