From 50698ce11617c229aa94b0309cbe603e74abbfe7 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 7 Jan 2025 00:52:02 +0900 Subject: [PATCH] Apply unnameable_types lint --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b07a2b6c..05025015 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,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" [workspace.lints.clippy]