From ff3f1f726f27d4c5e262520a7f24b277594a247f Mon Sep 17 00:00:00 2001 From: HoneyryderChuck Date: Thu, 7 Aug 2025 12:34:59 +0100 Subject: [PATCH] fix warning about argument potentially being ignored --- lib/httpx/plugins/stream_bidi.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/httpx/plugins/stream_bidi.rb b/lib/httpx/plugins/stream_bidi.rb index fbda09c2..ddf3e1ec 100644 --- a/lib/httpx/plugins/stream_bidi.rb +++ b/lib/httpx/plugins/stream_bidi.rb @@ -127,7 +127,7 @@ module HTTPX end # noop - def log(**); end + def log(**, &_); end def to_io @pipe_read.to_io