ci: automated update to rustc 1.83.0 #1310
Annotations
10 errors and 5 warnings
the following explicit lifetimes could be elided: 'r:
crates/core/src/spk_client.rs#L540
error: the following explicit lifetimes could be elided: 'r
--> crates/core/src/spk_client.rs:540:6
|
540 | impl<'r, I> Iterator for SyncIter<'r, I, OutPoint> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
540 - impl<'r, I> Iterator for SyncIter<'r, I, OutPoint> {
540 + impl<I> Iterator for SyncIter<'_, I, OutPoint> {
|
|
the following explicit lifetimes could be elided: 'r:
crates/core/src/spk_client.rs#L527
error: the following explicit lifetimes could be elided: 'r
--> crates/core/src/spk_client.rs:527:6
|
527 | impl<'r, I> Iterator for SyncIter<'r, I, Txid> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
527 - impl<'r, I> Iterator for SyncIter<'r, I, Txid> {
527 + impl<I> Iterator for SyncIter<'_, I, Txid> {
|
|
the following explicit lifetimes could be elided: 'r:
crates/core/src/spk_client.rs#L514
error: the following explicit lifetimes could be elided: 'r
--> crates/core/src/spk_client.rs:514:6
|
514 | impl<'r, I> Iterator for SyncIter<'r, I, ScriptBuf> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
514 - impl<'r, I> Iterator for SyncIter<'r, I, ScriptBuf> {
514 + impl<I> Iterator for SyncIter<'_, I, ScriptBuf> {
|
|
the following explicit lifetimes could be elided: 'r:
crates/core/src/spk_client.rs#L488
error: the following explicit lifetimes could be elided: 'r
--> crates/core/src/spk_client.rs:488:6
|
488 | impl<'r, K: Ord + Clone> Iterator for KeychainSpkIter<'r, K> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
488 - impl<'r, K: Ord + Clone> Iterator for KeychainSpkIter<'r, K> {
488 + impl<K: Ord + Clone> Iterator for KeychainSpkIter<'_, K> {
|
|
the following explicit lifetimes could be elided: 'i:
crates/core/src/spk_client.rs#L24
error: the following explicit lifetimes could be elided: 'i
--> crates/core/src/spk_client.rs:24:6
|
24 | impl<'i, I: core::fmt::Debug + core::any::Any> core::fmt::Display for SyncItem<'i, I> {
| ^^ ^^
|
= 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
|
24 - impl<'i, I: core::fmt::Debug + core::any::Any> core::fmt::Display for SyncItem<'i, I> {
24 + impl<I: core::fmt::Debug + core::any::Any> core::fmt::Display for SyncItem<'_, I> {
|
|
the following explicit lifetimes could be elided: 'r:
crates/core/src/spk_client.rs#L540
error: the following explicit lifetimes could be elided: 'r
--> crates/core/src/spk_client.rs:540:6
|
540 | impl<'r, I> Iterator for SyncIter<'r, I, OutPoint> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
540 - impl<'r, I> Iterator for SyncIter<'r, I, OutPoint> {
540 + impl<I> Iterator for SyncIter<'_, I, OutPoint> {
|
|
the following explicit lifetimes could be elided: 'r:
crates/core/src/spk_client.rs#L527
error: the following explicit lifetimes could be elided: 'r
--> crates/core/src/spk_client.rs:527:6
|
527 | impl<'r, I> Iterator for SyncIter<'r, I, Txid> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
527 - impl<'r, I> Iterator for SyncIter<'r, I, Txid> {
527 + impl<I> Iterator for SyncIter<'_, I, Txid> {
|
|
the following explicit lifetimes could be elided: 'r:
crates/core/src/spk_client.rs#L514
error: the following explicit lifetimes could be elided: 'r
--> crates/core/src/spk_client.rs:514:6
|
514 | impl<'r, I> Iterator for SyncIter<'r, I, ScriptBuf> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
514 - impl<'r, I> Iterator for SyncIter<'r, I, ScriptBuf> {
514 + impl<I> Iterator for SyncIter<'_, I, ScriptBuf> {
|
|
the following explicit lifetimes could be elided: 'r:
crates/core/src/spk_client.rs#L488
error: the following explicit lifetimes could be elided: 'r
--> crates/core/src/spk_client.rs:488:6
|
488 | impl<'r, K: Ord + Clone> Iterator for KeychainSpkIter<'r, K> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
488 - impl<'r, K: Ord + Clone> Iterator for KeychainSpkIter<'r, K> {
488 + impl<K: Ord + Clone> Iterator for KeychainSpkIter<'_, K> {
|
|
the following explicit lifetimes could be elided: 'i:
crates/core/src/spk_client.rs#L24
error: the following explicit lifetimes could be elided: 'i
--> crates/core/src/spk_client.rs:24:6
|
24 | impl<'i, I: core::fmt::Debug + core::any::Any> core::fmt::Display for SyncItem<'i, I> {
| ^^ ^^
|
= 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
|
24 - impl<'i, I: core::fmt::Debug + core::any::Any> core::fmt::Display for SyncItem<'i, I> {
24 + impl<I: core::fmt::Debug + core::any::Any> core::fmt::Display for SyncItem<'_, I> {
|
|
Code Coverage
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Code Coverage
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/
|
Code Coverage
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/
|
Code Coverage
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/
|
Code Coverage
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/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
coverage-report
|
746 KB |
|