Skip to content

Mutate API

Mutate API #446

Triggered via pull request November 23, 2024 08:06
Status Success
Total duration 2m 30s
Artifacts

ent.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 warning
[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<'_> { |