mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix some build warnings
This commit is contained in:
parent
0d37e8f96b
commit
71c3c9a1ba
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