mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(net): enable rust.unnameable-types = "warn" lint (#9505)
This commit is contained in:
@ -152,6 +152,7 @@ rust.unreachable_pub = "warn"
|
||||
rust.unused_must_use = "deny"
|
||||
rust.rust_2018_idioms = { level = "deny", priority = -1 }
|
||||
rustdoc.all = "warn"
|
||||
# rust.unnameable-types = "warn"
|
||||
|
||||
[workspace.lints.clippy]
|
||||
# These are some of clippy's nursery (i.e., experimental) lints that we like.
|
||||
|
||||
Reference in New Issue
Block a user