Open
Description
Describe the change
The recommend VSCode config will lead the lint job failed https://github.com/paradigmxyz/reth/blob/main/CONTRIBUTING.md#resolving-an-issue
Additional context
alloy-primitives = { version = "1.0.0", default-features = false, features = ["map-foldhash"] }
will change to
alloy-primitives = { version = "1.0.0", default-features = false, features = [
"map-foldhash",
] }
No response
Metadata
Metadata
Assignees
Type
Projects
Status
In Progress