This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix new unused_mut detected by nightly-2023-04-30
warning: variable does not need to be mutable --> src/ser.rs:464:22 | 464 | fn serialize_map(mut self, len: Option<usize>) -> Result<Self::SerializeMap> { | ----^^^^ | | | help: remove this `mut` | = note: `#[warn(unused_mut)]` on by default
- Loading branch information