mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
fix warning about argument potentially being ignored
This commit is contained in:
parent
b8b710470c
commit
ff3f1f726f
@ -127,7 +127,7 @@ module HTTPX
|
||||
end
|
||||
|
||||
# noop
|
||||
def log(**); end
|
||||
def log(**, &_); end
|
||||
|
||||
def to_io
|
||||
@pipe_read.to_io
|
||||
|
Loading…
x
Reference in New Issue
Block a user