Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

Commit

Permalink
Re-add proc_macro extern crate usage
Browse files Browse the repository at this point in the history
  • Loading branch information
AnneKitsune committed Jan 30, 2020
1 parent fa31af1 commit 9e6af4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions amethyst_derive/src/lib.rs
Expand Up @@ -12,6 +12,8 @@
// missing_docs is disabled for this crate because of a bug in current rust stable:
// https://github.com/rust-lang/rust/issues/42008

extern crate proc_macro;

use proc_macro::TokenStream;
use syn::{parse_macro_input, DeriveInput};

Expand Down

0 comments on commit 9e6af4c

Please sign in to comment.