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.rs13
1 files changed, 0 insertions, 13 deletions
diff --git a/components/derive_common/lib.rs b/components/derive_common/lib.rs
deleted file mode 100644
index 14415351449..00000000000
--- a/components/derive_common/lib.rs
+++ /dev/null
@@ -1,13 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * 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;