We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86db333 commit 7983619Copy full SHA for 7983619
savefile-derive/src/lib.rs
@@ -899,8 +899,8 @@ pub fn savefile(input: proc_macro::TokenStream) -> proc_macro::TokenStream {
899
savefile_unsafe_and_fast,
900
savefile_versions,
901
savefile_versions_as,
902
- savefile_introspect_ignore,
903
savefile_ignore,
+ savefile_introspect_ignore,
904
savefile_default_val,
905
savefile_default_fn
906
)
@@ -934,6 +934,7 @@ pub fn savefile_no_introspect(input: proc_macro::TokenStream) -> proc_macro::Tok
934
attributes(
935
936
937
938
939
940
0 commit comments