mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 05:58:01 +00:00
Bump syn dependency
This commit is contained in:
@@ -5,7 +5,7 @@ use bound;
|
||||
use internals::ast::{Body, Field, Item, Style, Variant};
|
||||
use internals::{self, attr};
|
||||
|
||||
pub fn expand_derive_deserialize(item: &syn::Item) -> Tokens {
|
||||
pub fn expand_derive_deserialize(item: &syn::MacroInput) -> Tokens {
|
||||
let item = {
|
||||
let ctxt = internals::Ctxt::new();
|
||||
let item = Item::from_ast(&ctxt, item);
|
||||
|
||||
Reference in New Issue
Block a user