vendorreduce

This commit is contained in:
nora 2023-04-18 14:35:47 +02:00
parent 16be9061d9
commit 99ef22ac1f
3 changed files with 53 additions and 297 deletions

View file

@ -1,7 +1,6 @@
use proc_macro::TokenStream;
use quote::quote;
use syn::{parse_macro_input, Attribute, Data, DeriveInput, Member};
enum FieldInspectKind {
/// Auto-inspected (it is assumed that the field implements Inspect)
Auto,