aboutsummaryrefslogtreecommitdiffstats
path: root/components/style_derive/lib.rs
diff options
context:
space:
mode:
authorsagudev <16504129+sagudev@users.noreply.github.com>2023-02-18 09:42:37 +0100
committersagudev <16504129+sagudev@users.noreply.github.com>2023-02-18 09:42:37 +0100
commit9c2cc05a8ea4887af5b2e057375017c0e3958c80 (patch)
tree328ca0d4af8696399b69527869944fbf3ee777ba /components/style_derive/lib.rs
parentfd79367491575114208d48c89bfc988dcb97ac22 (diff)
downloadservo-9c2cc05a8ea4887af5b2e057375017c0e3958c80.tar.gz
servo-9c2cc05a8ea4887af5b2e057375017c0e3958c80.zip
Upgrade remaining components to edition 2018
Diffstat (limited to 'components/style_derive/lib.rs')
-rw-r--r--components/style_derive/lib.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/components/style_derive/lib.rs b/components/style_derive/lib.rs
index 079db00c5a3..a2c39f84308 100644
--- a/components/style_derive/lib.rs
+++ b/components/style_derive/lib.rs
@@ -4,17 +4,6 @@
#![recursion_limit = "128"]
-#[macro_use]
-extern crate darling;
-extern crate derive_common;
-extern crate proc_macro;
-extern crate proc_macro2;
-#[macro_use]
-extern crate quote;
-#[macro_use]
-extern crate syn;
-extern crate synstructure;
-
use proc_macro::TokenStream;
mod animate;