Skip to content

feat: implement multiplex udp client #35

feat: implement multiplex udp client

feat: implement multiplex udp client #35

Triggered via push December 7, 2024 08:02
Status Success
Total duration 1m 12s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
the following explicit lifetimes could be elided: 'a: src/protocol/frame.rs#L1529
warning: the following explicit lifetimes could be elided: 'a --> src/protocol/frame.rs:1529:6 | 1529 | impl<'a> Display for SOA<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 1529 - impl<'a> Display for SOA<'a> { 1529 + impl Display for SOA<'_> { |
the following explicit lifetimes could be elided: 'a: src/protocol/frame.rs#L1382
warning: the following explicit lifetimes could be elided: 'a --> src/protocol/frame.rs:1382:6 | 1382 | impl<'a> Display for MX<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 1382 - impl<'a> Display for MX<'a> { 1382 + impl Display for MX<'_> { |
the following explicit lifetimes could be elided: 'a: src/protocol/frame.rs#L1350
warning: the following explicit lifetimes could be elided: 'a --> src/protocol/frame.rs:1350:6 | 1350 | impl<'a> Display for AAAA<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 1350 - impl<'a> Display for AAAA<'a> { 1350 + impl Display for AAAA<'_> { |
the following explicit lifetimes could be elided: 'a: src/protocol/frame.rs#L1163
warning: the following explicit lifetimes could be elided: 'a --> src/protocol/frame.rs:1163:6 | 1163 | impl<'a> Display for A<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 1163 - impl<'a> Display for A<'a> { 1163 + impl Display for A<'_> { |
the following explicit lifetimes could be elided: 'a: src/protocol/frame.rs#L1137
warning: the following explicit lifetimes could be elided: 'a --> src/protocol/frame.rs:1137:6 | 1137 | impl<'a> Display for RData<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 1137 - impl<'a> Display for RData<'a> { 1137 + impl Display for RData<'_> { |
the following explicit lifetimes could be elided: 'a: src/protocol/frame.rs#L857
warning: the following explicit lifetimes could be elided: 'a --> src/protocol/frame.rs:857:6 | 857 | impl<'a> Display for Question<'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 | 857 - impl<'a> Display for Question<'a> { 857 + impl Display for Question<'_> { |
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
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/
build
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/
build
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/
build
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/