akka / akka-edge-rs

Akka Edge support in Rust
https://doc.akka.io/docs/akka-edge/current/
Other
9 stars 1 forks source link

chore: first instead of get(0) #136

Closed patriknw closed 9 months ago

patriknw commented 9 months ago

https://github.com/lightbend/akka-edge-rs/actions/runs/7614003616/job/20735260643#step:6:425

patriknw commented 9 months ago

For the record, I'm not sure why this started failing in CI without noticing before.

huntc commented 9 months ago

For the record, I'm not sure why this started failing in CI without noticing before.

Possibly because the compiler and toolchain updated? CI will always (rightfully) take the latest. Clippy is part of the toolchain and has new complaints from time to time. Always valid ones! :-)

patriknw commented 9 months ago

Thanks. That's fine for ci validations, but we should change that for releases. Created issue https://github.com/lightbend/akka-edge-rs/issues/137