Skip to content

cargo in for rustix - Update #976412355 #2

cargo in for rustix - Update #976412355

cargo in for rustix - Update #976412355 #2

Triggered via dynamic March 7, 2025 10:58
Status Failure
Total duration 47s
Artifacts

dependabot-updates

on: dynamic
Dependabot
35s
Dependabot
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
Dependabot
Dependabot encountered an error performing the update Error: The updater encountered one or more errors. For more information see: https://github.com/arup-group/BatterySimulator/network/updates/976412355 (write access to the repository is required to view the log)
elided lifetime has a name: batsim/optimise/src/handler.rs#L24
warning: elided lifetime has a name --> batsim/optimise/src/handler.rs:24:17 | 18 | pub fn optimise<'a>( | -- lifetime `'a` declared here ... 24 | ) -> Result<AgentSimulationRecord> { | ^^^^^^^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` | = note: `#[warn(elided_named_lifetimes)]` on by default
the following explicit lifetimes could be elided: 'a: batsim/simulate/src/days.rs#L35
warning: the following explicit lifetimes could be elided: 'a --> batsim/simulate/src/days.rs:35:6 | 35 | impl<'a> DerefMut for Day<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 35 - impl<'a> DerefMut for Day<'a> { 35 + impl DerefMut for Day<'_> { |
the following explicit lifetimes could be elided: 'a: batsim/configuration/src/charge_plan.rs#L44
warning: the following explicit lifetimes could be elided: 'a --> batsim/configuration/src/charge_plan.rs:44:6 | 44 | impl<'a> DerefMut for ActivityChargingPlanner<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 44 - impl<'a> DerefMut for ActivityChargingPlanner<'a> { 44 + impl DerefMut for ActivityChargingPlanner<'_> { |
the following explicit lifetimes could be elided: 'a: batsim/tracer/src/handler.rs#L16
warning: the following explicit lifetimes could be elided: 'a --> batsim/tracer/src/handler.rs:16:6 | 16 | impl<'a> Default for TraceHandler<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 16 - impl<'a> Default for TraceHandler<'a> { 16 + impl Default for TraceHandler<'_> { |