aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_plugins/lib.rs
diff options
context:
space:
mode:
authorchansuke <chansuke@georepublic.de>2018-09-13 01:01:35 +0900
committerchansuke <chansuke@georepublic.de>2018-09-13 01:01:35 +0900
commit3324b5b82f2e22c3873b2cc6509d4f1d1a51f558 (patch)
tree03db124cfbc6c8bf56e21fc81306f9f20a017737 /components/script_plugins/lib.rs
parent29ba51016b7c2b04d1c9e3d2cd5a2be4e43ff1dc (diff)
downloadservo-3324b5b82f2e22c3873b2cc6509d4f1d1a51f558.tar.gz
servo-3324b5b82f2e22c3873b2cc6509d4f1d1a51f558.zip
Format components/script_plugins
Diffstat (limited to 'components/script_plugins/lib.rs')
-rw-r--r--components/script_plugins/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script_plugins/lib.rs b/components/script_plugins/lib.rs
index 4ed12129df1..5e5bacfb763 100644
--- a/components/script_plugins/lib.rs
+++ b/components/script_plugins/lib.rs
@@ -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)]