chore(net): enable rust.unnameable-types = "warn" lint (#9505)

This commit is contained in:
Tuan Tran
2024-07-17 00:40:10 +07:00
committed by GitHub
parent 4dbf47b91d
commit e6f2dca445
11 changed files with 51 additions and 8 deletions

View File

@ -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.