Credits #3
Annotations
2 errors and 18 warnings
Test
Docker build failed with exit code 1
|
Test
Docker build failed with exit code 1
|
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
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<'_> {
|
|
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test
Docker build failed with exit code 1, back off 9.559 seconds before retry.
|
Test
Docker build failed with exit code 1, back off 1.971 seconds before retry.
|