Remove an unused extern crate.

This commit is contained in:
Emilio Cobos Álvarez 2019-04-12 02:13:26 +02:00
parent 49842f5031
commit 34ad6150c8

View file

@ -3,7 +3,6 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
extern crate darling;
extern crate proc_macro;
extern crate proc_macro2;
#[macro_use]
extern crate quote;