Closed pilocchii closed 3 years ago
This fixes a built-in lint issue when the serde(default) helper is used before it is introduced by derive(serde::*) in the generated code. This will become a hard error in the future. See https://github.com/rust-lang/rust/issues/79202 https://doc.rust-lang.org/stable/nightly-rustc/rustc_lint_defs/builtin/static.LEGACY_DERIVE_HELPERS.html
serde(default)
derive(serde::*)
Thank you !
This fixes a built-in lint issue when the
serde(default)
helper is used before it is introduced byderive(serde::*)
in the generated code. This will become a hard error in the future. See https://github.com/rust-lang/rust/issues/79202 https://doc.rust-lang.org/stable/nightly-rustc/rustc_lint_defs/builtin/static.LEGACY_DERIVE_HELPERS.html