fermyon / spin

Spin is the open source developer tool for building and running serverless applications powered by WebAssembly.
https://developer.fermyon.com/spin
Apache License 2.0
5.17k stars 247 forks source link

Fix warning from redis crate. #2841

Closed rylev closed 1 week ago

rylev commented 1 week ago

You can read about the warning here: https://github.com/redis-rs/redis-rs/issues/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.