Make lints pass

This commit is contained in:
Andras Schmelczer 2024-12-18 21:54:58 +00:00
commit 0c92bf959b
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
10 changed files with 30 additions and 20 deletions

View file

@ -4,7 +4,6 @@ version = "0.1.0"
edition = "2021"
[dependencies]
# optional dependencies
serde = { version = "1.0.215", optional = true }
@ -15,3 +14,6 @@ serde = [ "dep:serde" ]
insta = "1.41.1"
pretty_assertions = "1.4.1"
test-case = "3.3.1"
[lints]
workspace = true