Upgrade plugins

This commit is contained in:
Manish Goregaokar 2015-06-14 20:15:31 +05:30
parent 9fbffff604
commit 3cdc412a4c
4 changed files with 9 additions and 7 deletions

View file

@ -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;