Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
model-derive: add derive attributes at start of list
Rust 1.52 added a legacy_derive_helpers warning (soon to be an error) that yells if you use an attribute macro before the derive macro that introduces it. We should always put derive macros at the start of the list to avoid this. Reference: rust-lang/rust#79202
- Loading branch information