From aca920ac9c3b4621537552811b825a3a5ebe47e9 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Thu, 26 Feb 2026 05:17:15 +0100 Subject: [PATCH] fix(rust): update configuration --- rust/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 8bd3138..e9aa709 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -75,7 +75,6 @@ partial_pub_fields = "warn" pathbuf_init_then_push = "warn" pointer_format = "warn" precedence_bits = "warn" -pub_use = "warn" pub_without_shorthand = "warn" rc_buffer = "warn" rc_mutex = "warn"