From 29dac8c3ca0249ba652160bd2031c14aa84d876d Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 4 Mar 2025 01:31:38 +0900 Subject: [PATCH] Revert "Temporarily disable broken clippy::pedantic lint group" This reverts commit ee0cd5970841d7dfc1e203c403542cbe0ac99ed9. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4e4e87b9..17ad9cf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ unreachable_pub = "warn" # unsafe_op_in_unsafe_fn = "warn" # Set at crate-level instead since https://github.com/rust-lang/rust/pull/100081 merged in Rust 1.65 is not available on MSRV [workspace.lints.clippy] all = "warn" # Downgrade deny-by-default lints -# pedantic = "warn" # TODO: ICE https://github.com/rust-lang/rust/issues/137640 +pedantic = "warn" as_ptr_cast_mut = "warn" as_underscore = "warn" default_union_representation = "warn"