Skip to content

Mutate API

Mutate API #529

Triggered via pull request February 27, 2025 17:55
Status Success
Total duration 1m 12s
Artifacts

check.yml

on: pull_request
stable / fmt
7s
stable / fmt
semver
34s
semver
nightly / doc
31s
nightly / doc
ubuntu / stable / features
1m 1s
ubuntu / stable / features
Matrix: clippy
Matrix: msrv
Fit to window
Zoom out
Zoom in

Annotations

1 warning
[clippy] src/proto/single/mutation.rs#L81: src/proto/single/mutation.rs#L81
warning: the following explicit lifetimes could be elided: 'a --> src/proto/single/mutation.rs:81:6 | 81 | impl<'a> Filter<'_> { | ^^ ... 95 | pub fn builder() -> FilterBuilder<'a> { | ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 81 ~ impl Filter<'_> { 82 | /// Creates an empty filter. ... 94 | /// Creates a new builder for a [`Filter`]. 95 ~ pub fn builder() -> FilterBuilder<'_> { |