diff options
author | chansuke <chansuke@georepublic.de> | 2018-09-13 01:01:35 +0900 |
---|---|---|
committer | chansuke <chansuke@georepublic.de> | 2018-09-13 01:01:35 +0900 |
commit | 3324b5b82f2e22c3873b2cc6509d4f1d1a51f558 (patch) | |
tree | 03db124cfbc6c8bf56e21fc81306f9f20a017737 /components/script_plugins/lib.rs | |
parent | 29ba51016b7c2b04d1c9e3d2cd5a2be4e43ff1dc (diff) | |
download | servo-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.rs | 2 |
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)] |