mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Remove use of serde custom derive plugin in net
This commit is contained in:
parent
c6e15f8ef2
commit
0a48c69061
4 changed files with 9 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
#![feature(fnbox)]
|
||||
#![feature(mpsc_select)]
|
||||
#![feature(plugin)]
|
||||
#![feature(proc_macro)]
|
||||
#![plugin(plugins)]
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
|
@ -37,6 +38,8 @@ extern crate openssl_verify;
|
|||
extern crate profile_traits;
|
||||
extern crate rand;
|
||||
extern crate rustc_serialize;
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
extern crate threadpool;
|
||||
extern crate time;
|
||||
#[cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue