fix: align versions and model string #253
Annotations
3 errors and 7 warnings
the following explicit lifetimes could be elided: 'a:
src/utils/io.rs#L130
error: the following explicit lifetimes could be elided: 'a
--> src/utils/io.rs:130:6
|
130 | impl<'a, W> AsyncWrite for WriteMonitor<'a, W>
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `-D clippy::needless-lifetimes` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_lifetimes)]`
help: elide the lifetimes
|
130 - impl<'a, W> AsyncWrite for WriteMonitor<'a, W>
130 + impl<W> AsyncWrite for WriteMonitor<'_, W>
|
|
cargo-clippy
Clippy had exited with the 101 exit code
|
the following explicit lifetimes could be elided: 'a:
src/utils/io.rs#L130
error: the following explicit lifetimes could be elided: 'a
--> src/utils/io.rs:130:6
|
130 | impl<'a, W> AsyncWrite for WriteMonitor<'a, W>
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `-D clippy::needless-lifetimes` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_lifetimes)]`
help: elide the lifetimes
|
130 - impl<'a, W> AsyncWrite for WriteMonitor<'a, W>
130 + impl<W> AsyncWrite for WriteMonitor<'_, W>
|
|
cargo-test:
src/app/upgrade_worker.rs#L242
use of deprecated function `rand::thread_rng`: renamed to `rng`
|
cargo-test:
src/utils/io.rs#L176
use of deprecated function `rand::thread_rng`: renamed to `rng`
|
cargo-test
`bmcd` (bin "bmcd" test) generated 2 warnings
|
cargo-test
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/
|
cargo-test
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/
|
cargo-test
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/
|
cargo-test
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/
|