Remove no longer needed extern crate proc_macro;
declarations
This commit is contained in:
parent
8faeef4fef
commit
ce04ea10bf
@ -11,8 +11,6 @@
|
||||
#![allow(clippy::unknown_clippy_lints)]
|
||||
#![recursion_limit = "256"]
|
||||
|
||||
extern crate proc_macro;
|
||||
|
||||
use std::convert::TryFrom as _;
|
||||
|
||||
use proc_macro::TokenStream;
|
||||
|
@ -5,8 +5,6 @@
|
||||
|
||||
#![deny(missing_copy_implementations, missing_debug_implementations, missing_docs)]
|
||||
|
||||
extern crate proc_macro;
|
||||
|
||||
use proc_macro::TokenStream;
|
||||
use syn::{parse_macro_input, DeriveInput};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user