Skip to content

Provide some rustdoc code examples #44

Provide some rustdoc code examples

Provide some rustdoc code examples #44

Triggered via push January 10, 2025 16:42
Status Success
Total duration 2m 11s
Artifacts

rust.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
the following explicit lifetimes could be elided: 'de: src/serde.rs#L30
warning: the following explicit lifetimes could be elided: 'de --> src/serde.rs:30:6 | 30 | impl<'de> Visitor<'de> for FlakeVisitor { | ^^^ ^^^ | = 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 | 30 - impl<'de> Visitor<'de> for FlakeVisitor { 30 + impl Visitor<'_> for FlakeVisitor { |
build (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636