Don't need this import

This commit is contained in:
greg 2018-10-18 10:31:55 -07:00
parent dff204069f
commit 03317233c6
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@ extern crate proc_macro2;
extern crate quote;
extern crate syn;
extern crate schala_repl;
use proc_macro::TokenStream;
use syn::{Ident, Attribute, DeriveInput};