Skip to content

Commit dd5c44f

Browse files
committed
Remove clippy except since github action complained
1 parent 78ceed6 commit dd5c44f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/pipeline_runner.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,6 @@ impl<T: Operator + Send + Sync + 'static> OperatorProcessor<T> {
832832
}
833833
}
834834

835-
#[expect(clippy::excessive_nesting, reason = "Nesting is manageable here")]
836835
#[async_trait]
837836
impl<T: Operator + Send + Sync + 'static> NodeProcessor for OperatorProcessor<T> {
838837
async fn process_incoming_packet(

0 commit comments

Comments
 (0)