Skip to content

Update the yubikey crate #58

Update the yubikey crate

Update the yubikey crate #58

Triggered via pull request November 3, 2024 22:00
Status Failure
Total duration 36s
Artifacts

lints-beta.yml

on: pull_request
Clippy (beta)
26s
Clippy (beta)
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
this expression creates a reference which is immediately dereferenced by the compiler: src/main.rs#L403
error: this expression creates a reference which is immediately dereferenced by the compiler --> src/main.rs:403:64 | 403 | ... let (name, _) = util::extract_name(&cert, true).unwrap(); | ^^^^^ help: change this to: `cert` | = 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`
Clippy (beta)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Clippy (beta)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/