This reverts commit 08c4ce15255ac8d03df5315796e7b63e624e2987.
The fields are considered as unused by rustc, however they might be stored to be dropped in the right moment.
In the future we should analyze which field we can really delete, however I think we can do without such clean-up as Seed 0.8 is not the current version of Seed.
This reverts commit 08c4ce15255ac8d03df5315796e7b63e624e2987.
The fields are considered as unused by
rustc
, however they might be stored to be dropped in the right moment.In the future we should analyze which field we can really delete, however I think we can do without such clean-up as Seed 0.8 is not the current version of Seed.
See: https://github.com/seed-rs/seed/issues/701