feat: implement client-side command #52
Annotations
12 warnings
the following explicit lifetimes could be elided: 'a:
src/protocol/frame.rs#L1516
warning: the following explicit lifetimes could be elided: 'a
--> src/protocol/frame.rs:1516:6
|
1516 | 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
|
1516 - impl<'a> Display for SOA<'a> {
1516 + impl Display for SOA<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
src/protocol/frame.rs#L1369
warning: the following explicit lifetimes could be elided: 'a
--> src/protocol/frame.rs:1369:6
|
1369 | 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
|
1369 - impl<'a> Display for MX<'a> {
1369 + impl Display for MX<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
src/protocol/frame.rs#L1337
warning: the following explicit lifetimes could be elided: 'a
--> src/protocol/frame.rs:1337:6
|
1337 | 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
|
1337 - impl<'a> Display for AAAA<'a> {
1337 + impl Display for AAAA<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
src/protocol/frame.rs#L1150
warning: the following explicit lifetimes could be elided: 'a
--> src/protocol/frame.rs:1150:6
|
1150 | 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
|
1150 - impl<'a> Display for A<'a> {
1150 + impl Display for A<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
src/protocol/frame.rs#L1124
warning: the following explicit lifetimes could be elided: 'a
--> src/protocol/frame.rs:1124:6
|
1124 | 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
|
1124 - impl<'a> Display for RData<'a> {
1124 + impl Display for RData<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
src/protocol/frame.rs#L844
warning: the following explicit lifetimes could be elided: 'a
--> src/protocol/frame.rs:844:6
|
844 | 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
|
844 - impl<'a> Display for Question<'a> {
844 + 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/
|
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/
|