Merge branch 'master' into 0.5.1-tests

This commit is contained in:
Paul Hauner
2019-04-17 21:21:07 +10:00
6 changed files with 8 additions and 5 deletions

View File

@@ -38,7 +38,7 @@
extern crate proc_macro;
use proc_macro::TokenStream;
use quote::{quote, ToTokens};
use quote::quote;
use syn::{parse_macro_input, DeriveInput};
/// Returns a Vec of `syn::Ident` for each named field in the struct.