Enable (and fix) more clippy lints

This commit is contained in:
Graham Esau 2024-08-19 10:42:05 +01:00
parent 46947d77c7
commit 85626ab3a3
10 changed files with 31 additions and 16 deletions

View file

@ -9,6 +9,7 @@ edition = "2021"
license = "MIT"
readme = "README.md"
keywords = ["rust", "json-schema", "serde"]
categories = ["encoding", "no-std"]
rust-version = "1.60"
[lib]