Skip to content

Commit

Permalink
Removed extern keyword as project uses Rust 2018 edition
Browse files Browse the repository at this point in the history
  • Loading branch information
Frago9876543210 committed Aug 9, 2020
1 parent aba9c56 commit 0eb87a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions derive/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 1,3 @@
extern crate proc_macro;

use proc_macro::TokenStream;

use syn::{parse_macro_input, DeriveInput};
Expand Down

0 comments on commit 0eb87a2

Please sign in to comment.