You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can read about the warning here: redis-rs/redis-rs#1228
Essentially, the functions in question are subject to a subtle change
that will be coming in Rust 2024. To get ahead of this change, a warning
is now produced in Rust 1.81. The fix is small even if it's
unfortunately a bit awkward.
Signed-off-by: Ryan Levick <[email protected]>
0 commit comments