Remove import of serde

This commit is contained in:
Manish Goregaokar
2018-07-19 00:02:08 -07:00
parent c05adc545c
commit c1745cde82
2 changed files with 2 additions and 6 deletions

View File

@@ -24,9 +24,6 @@ use rustc_plugin;
#[macro_use]
extern crate matches as matches_macro;
#[macro_use]
extern crate serde_derive;
#[macro_use]
extern crate lazy_static;