mirror of
https://github.com/servo/servo.git
synced 2025-06-12 18:34:39 +00:00
Fix tidy issues
This commit is contained in:
parent
c4cb3f345b
commit
32ba45ab6f
3 changed files with 4 additions and 3 deletions
|
@ -13,7 +13,8 @@
|
|||
//! - `#[dom_struct]` : Implies `#[privatize]`,`#[derive(JSTraceable)]`, and `#[must_root]`.
|
||||
//! Use this for structs that correspond to a DOM type
|
||||
|
||||
#![feature(plugin_registrar, quote, plugin, box_syntax, rustc_private, slice_patterns)]
|
||||
|
||||
#![feature(box_syntax, plugin, plugin_registrar, quote, rustc_private, slice_patterns)]
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue