mirror of
https://github.com/perstarkse/minne.git
synced 2026-05-28 10:29:30 +02:00
lint: inherit workspace clippy config in json-stream-parser and evaluations
Both crates were missing the [lints] workspace = true directive, bypassing workspace clippy rules (unwrap_used, expect_used, etc.).
This commit is contained in:
@@ -4,5 +4,8 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
serde_json = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user