mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
build: bump MSRV to 1.85.0 (#9390)
This commit is contained in:
@ -115,7 +115,7 @@ where
|
||||
let limit_satisfies = |len: usize, limit: i64| {
|
||||
TryInto::try_into(limit)
|
||||
.ok()
|
||||
.map_or(true, |val: usize| len >= val)
|
||||
.is_none_or(|val: usize| len >= val)
|
||||
};
|
||||
|
||||
let redis_output = redis_fut.await;
|
||||
|
||||
Reference in New Issue
Block a user