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.
Ignore too_many_lines pedantic clippy lint
error: this function has too many lines (323/100) --> src/value/ser.rs:391:5 | 391 | / fn serialize_entry<K, V>(&mut self, key: &K, value: &V) -> Result<()> 392 | | where 393 | | K: ?Sized + ser::Serialize, 394 | | V: ?Sized + ser::Serialize, ... | 775 | | Ok(()) 776 | | } | |_____^ | = note: `-D clippy::too-many-lines` implied by `-D clippy::pedantic` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_lines
- Loading branch information