GDPR consent for creating and passing synth headers #27
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.
|