Skip to content

Improvements

Improvements #31

Triggered via pull request December 5, 2023 22:30
Status Failure
Total duration 34s
Artifacts

clippy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
this expression creates a reference which is immediately dereferenced by the compiler: src/api_test.rs#L171
error: this expression creates a reference which is immediately dereferenced by the compiler --> src/api_test.rs:171:36 | 171 | let sd_jwt: SdJwt = SdJwt::parse(&sd_jwt).unwrap(); | ^^^^^^^ help: change this to: `sd_jwt` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `-D clippy::needless-borrow` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
clippy
Clippy had exited with the 101 exit code