mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
build: bump MSRV to 1.76.0 (#5586)
This commit is contained in:
@ -284,9 +284,8 @@ where
|
||||
content_length_header.to_str().map(ToOwned::to_owned)
|
||||
})
|
||||
.transpose()
|
||||
.map_err(|error| {
|
||||
.inspect_err(|error| {
|
||||
logger::warn!("Could not convert content length to string {error:?}");
|
||||
error
|
||||
})
|
||||
.ok()
|
||||
.flatten();
|
||||
|
||||
Reference in New Issue
Block a user