mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-05-01 05:28:00 +00:00
Eliminate #[macro_use] from serde_derive
This commit is contained in:
@@ -8,7 +8,7 @@ use std::iter::FromIterator;
|
||||
use syn::meta::ParseNestedMeta;
|
||||
use syn::parse::ParseStream;
|
||||
use syn::punctuated::Punctuated;
|
||||
use syn::{token, Ident, Lifetime};
|
||||
use syn::{parse_quote, token, Ident, Lifetime, Token};
|
||||
|
||||
// This module handles parsing of `#[serde(...)]` attributes. The entrypoints
|
||||
// are `attr::Container::from_ast`, `attr::Variant::from_ast`, and
|
||||
|
||||
Reference in New Issue
Block a user