From 8871ae602ab69363b9d96f6595e6ba642907e756 Mon Sep 17 00:00:00 2001 From: Yann Simon Date: Sat, 27 Jun 2026 19:38:12 +0200 Subject: [PATCH] enable cast_possible_truncation lint part of https://github.com/hyperium/hyper/issues/4071 --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e8a58b3a65..2e86f1e0d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,7 +115,6 @@ restriction = { level = "warn", priority = -2 } arithmetic_side_effects = "allow" # TODO: consider as_conversions = "allow" # TODO: tricky -cast_possible_truncation = "allow" # TODO: consider cast_precision_loss = "allow" # TODO: consider checked_conversions = "allow" collapsible_match = "allow"