Skip to content

GDPR consent for creating and passing synth headers #27

GDPR consent for creating and passing synth headers

GDPR consent for creating and passing synth headers #27

Triggered via pull request April 29, 2025 03:35
@aram356aram356
synchronize #9
3-24-features
Status Failure
Total duration 33s
Artifacts

format.yml

on: pull_request
cargo fmt
23s
cargo fmt
Fit to window
Zoom out
Zoom in

Annotations

5 errors
cargo fmt: src/gdpr.rs#L67
you don't need to add `&` to all patterns
cargo fmt: src/gdpr.rs#L93
you don't need to add `&` to all patterns
cargo fmt: src/main.rs#L251
using `Result.and_then(|x| Ok(y))`, which is more succinctly expressed as `map(|x| y)`
cargo fmt: src/main.rs#L251
using `Result.and_then(|x| Ok(y))`, which is more succinctly expressed as `map(|x| y)`
cargo fmt
Process completed with exit code 101.