Mutate API #1361
scheduled.yml
on: pull_request
ubuntu / nightly
1m 19s
ubuntu / beta / updated
1m 33s
Annotations
8 warnings
[clippy] src/proto/single/mutation.rs#L80:
src/proto/single/mutation.rs#L80
warning: the following explicit lifetimes could be elided: 'a
--> src/proto/single/mutation.rs:80:6
|
80 | impl<'a> MutationFilter<'_> {
| ^^
...
94 | pub fn builder() -> MutationFilterBuilder<'a> {
| ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
80 ~ impl MutationFilter<'_> {
81 | /// Creates an empty filter.
...
93 | /// Creates a new builder for a [`MutationFilter`].
94 ~ pub fn builder() -> MutationFilterBuilder<'_> {
|
|
[clippy] src/proto/client/mutation.rs#L42:
src/proto/client/mutation.rs#L42
warning: this lifetime isn't used in the function definition
--> src/proto/client/mutation.rs:42:33
|
42 | pub async fn requeue_by_ids<'a>(
| ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes
= note: `#[warn(clippy::extra_unused_lifetimes)]` on by default
|
[clippy] src/proto/client/mutation.rs#L87:
src/proto/client/mutation.rs#L87
warning: this lifetime isn't used in the function definition
--> src/proto/client/mutation.rs:87:33
|
87 | pub async fn discard_by_ids<'a>(
| ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes
|
[clippy] src/proto/client/mutation.rs#L133:
src/proto/client/mutation.rs#L133
warning: this lifetime isn't used in the function definition
--> src/proto/client/mutation.rs:133:30
|
133 | pub async fn kill_by_ids<'a>(
| ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes
|
[clippy] src/proto/client/mutation.rs#L167:
src/proto/client/mutation.rs#L167
warning: this lifetime isn't used in the function definition
--> src/proto/client/mutation.rs:167:21
|
167 | async fn mutate<'a>(
| ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes
|
[clippy] src/proto/single/mutation.rs#L80:
src/proto/single/mutation.rs#L80
warning: the following explicit lifetimes could be elided: 'a
--> src/proto/single/mutation.rs:80:6
|
80 | impl<'a> MutationFilter<'_> {
| ^^
...
94 | pub fn builder() -> MutationFilterBuilder<'a> {
| ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
80 ~ impl MutationFilter<'_> {
81 | /// Creates an empty filter.
...
93 | /// Creates a new builder for a [`MutationFilter`].
94 ~ pub fn builder() -> MutationFilterBuilder<'_> {
|
|
ubuntu / nightly
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ubuntu / beta / updated
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|