mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
Upgrade plugins
This commit is contained in:
parent
9fbffff604
commit
3cdc412a4c
4 changed files with 9 additions and 7 deletions
|
@ -13,7 +13,7 @@
|
|||
//! - `#[dom_struct]` : Implies `#[privatize]`,`#[jstraceable]`, and `#[must_root]`.
|
||||
//! Use this for structs that correspond to a DOM type
|
||||
|
||||
#![feature(plugin_registrar, quote, plugin, box_syntax, rustc_private, collections)]
|
||||
#![feature(plugin_registrar, quote, plugin, box_syntax, rustc_private)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate syntax;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue