Format components/script_plugins

This commit is contained in:
chansuke 2018-09-13 01:01:35 +09:00
parent 29ba51016b
commit 3324b5b82f
3 changed files with 80 additions and 49 deletions

View file

@ -13,8 +13,6 @@
//! - `#[dom_struct]` : Implies #[derive(JSTraceable, DenyPublicFields)]`, and `#[must_root]`.
//! Use this for structs that correspond to a DOM type
#![deny(unsafe_code)]
#![feature(macro_at_most_once_rep)]
#![feature(plugin)]