From 4561fc48465c60da0584d839735a6ce8e5696de7 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 7 Jan 2025 00:42:43 +0900 Subject: [PATCH] Apply unnameable_types lint --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8527e16..4de1a78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,6 +120,7 @@ rust_2018_idioms = "warn" single_use_lifetimes = "warn" unexpected_cfgs = { level = "warn", check-cfg = [ ] } +unnameable_types = "warn" unreachable_pub = "warn" # unsafe_op_in_unsafe_fn = "warn" # Set at crate-level instead since https://github.com/rust-lang/rust/pull/100081 is not available on MSRV [workspace.lints.clippy]