From b257f232a3763c64e6dc8160b8d5465323271df4 Mon Sep 17 00:00:00 2001 From: arfa79 <80360132+arfa79@users.noreply.github.com> Date: Wed, 9 Sep 2026 12:07:17 +0000 Subject: [PATCH] chore(vector-stream): remove semicolon lint allow --- lib/vector-stream/src/partitioned_batcher.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/vector-stream/src/partitioned_batcher.rs b/lib/vector-stream/src/partitioned_batcher.rs index 0cd0413548595..c3e9bbd3384ce 100644 --- a/lib/vector-stream/src/partitioned_batcher.rs +++ b/lib/vector-stream/src/partitioned_batcher.rs @@ -640,7 +640,6 @@ mod test { } #[tokio::test(start_paused = true)] - #[allow(clippy::semicolon_if_nothing_returned)] // https://github.com/rust-lang/rust-clippy/issues/7438 async fn expiration_queue_impl_keyed_timer() { // Asserts that ExpirationQueue properly implements KeyedTimer. We are // primarily concerned with whether expiration is properly observed.