Skip to content

Commit

Permalink
Remove unnecessary extern crate proc_macro
Browse files Browse the repository at this point in the history
  • Loading branch information
carols10cents committed Feb 22, 2022
1 parent 190ca67 commit 99c373e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
extern crate proc_macro;

use proc_macro::TokenStream;
use quote::quote;
use syn;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
extern crate proc_macro;

use proc_macro::TokenStream;
use quote::quote;
use syn;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
extern crate proc_macro;

use proc_macro::TokenStream;
use quote::quote;
use syn;
Expand Down

0 comments on commit 99c373e

Please sign in to comment.