Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
warning: unused import: `syn::punctuated::Punctuated` --> serde_derive/src/internals/receiver.rs:5:5 | 5 | use syn::punctuated::Punctuated; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default Left by the previous commit. - let segments = mem::replace(&mut path.segments, Punctuated::new()); + let segments = mem::take(&mut path.segments);
- Loading branch information