mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Fix warnings in plugins.
This commit is contained in:
parent
68c06f9d31
commit
efbbe22630
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,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, core)]
|
||||
#![feature(plugin_registrar, quote, plugin, box_syntax, rustc_private, core, unicode)]
|
||||
|
||||
#![allow(missing_copy_implementations)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue