mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-17 04:45:02 +01:00
vendorreduce
This commit is contained in:
parent
16be9061d9
commit
99ef22ac1f
3 changed files with 53 additions and 297 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue