aboutsummaryrefslogtreecommitdiffstats
path: root/components/derive_common/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/derive_common/lib.rs')
-rw-r--r--components/derive_common/lib.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/components/derive_common/lib.rs b/components/derive_common/lib.rs
index 14415351449..de1a5cf75b2 100644
--- a/components/derive_common/lib.rs
+++ b/components/derive_common/lib.rs
@@ -2,12 +2,4 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
-extern crate darling;
-extern crate proc_macro2;
-#[macro_use]
-extern crate quote;
-#[macro_use]
-extern crate syn;
-extern crate synstructure;
-
pub mod cg;