Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
error: this expression borrows a reference (`&syn::FieldsNamed`) that is immediately dereferenced by the compiler --> derive/src/ser.rs:13:37 | 13 | }) => derive_struct(&input, &fields), | ^^^^^^^ help: change this to: `fields` | = note: `-D clippy::needless-borrow` implied by `-D clippy::all` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
- Loading branch information