mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Auto merge of #7583 - metajack:warning-police, r=jdm
Fix some build warnings <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7583) <!-- Reviewable:end -->
This commit is contained in:
commit
50f5ae1d35
2 changed files with 4 additions and 1 deletions
|
@ -11,8 +11,11 @@
|
|||
#![feature(custom_derive)]
|
||||
#![feature(plugin)]
|
||||
#![plugin(serde_macros)]
|
||||
#![plugin(plugins)]
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
|
||||
|
||||
extern crate euclid;
|
||||
extern crate rustc_serialize;
|
||||
extern crate serde;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue