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.