Use Clippy lint table over Cargo config (#490)

Closes https://github.com/astral-sh/puffin/issues/482.
This commit is contained in:
Charlie Marsh 2023-11-22 15:10:27 +00:00 committed by GitHub
parent 443a0a9df2
commit 9d35128840
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 106 additions and 43 deletions

View file

@ -9,6 +9,9 @@ repository = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
[lints]
workspace = true
[dependencies]
pep440_rs = { path = "../pep440-rs", features = ["serde"] }
pep508_rs = { path = "../pep508-rs", features = ["serde"] }