feat(verifier): add information logs #25
Annotations
4 warnings
this expression creates a reference which is immediately dereferenced by the compiler:
pass-webauthn/src/runtime_helpers.rs#L18
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> pass-webauthn/src/runtime_helpers.rs:18:20
|
18 | Url::parse(&origin)
| ^^^^^^^ help: change this to: `origin`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `#[warn(clippy::needless_borrow)]` on by default
|
constant `LOG_TARGET` is never used:
verifier/src/lib.rs#L69
warning: constant `LOG_TARGET` is never used
--> verifier/src/lib.rs:69:7
|
69 | const LOG_TARGET: &str = "verifier::verify_signature";
| ^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
clippy
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
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/
|