mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-25 00:02:22 +00:00
On older compilers, you need to say `extern crate proc_macro;` even in 2018 edition. Since it doesn't hurt in newer compilers, we'll just do that.
This commit is contained in:
parent
00cbef6b83
commit
094f76ad73
@ -1,5 +1,7 @@
|
||||
//! Derive macros for [bytemuck](https://docs.rs/bytemuck) traits.
|
||||
|
||||
extern crate proc_macro;
|
||||
|
||||
mod traits;
|
||||
|
||||
use proc_macro2::TokenStream;
|
||||
|
Loading…
Reference in New Issue
Block a user