Skip to content

Validate domain-linkage URL making sure they only include an origin #4165

Validate domain-linkage URL making sure they only include an origin

Validate domain-linkage URL making sure they only include an origin #4165

Triggered via pull request November 29, 2023 10:21
Status Failure
Total duration 2m 2s
Artifacts

clippy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
`&` without an explicit lifetime name cannot be used here: identity_storage/src/key_storage/memstore.rs#L189
error: `&` without an explicit lifetime name cannot be used here --> identity_storage/src/key_storage/memstore.rs:189:31 | 189 | const ED25519_KEY_TYPE_STR: &str = "Ed25519"; | ^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010> = note: `-D elided-lifetimes-in-associated-constant` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(elided_lifetimes_in_associated_constant)]` help: use the `'static` lifetime | 189 | const ED25519_KEY_TYPE_STR: &'static str = "Ed25519"; | +++++++
clippy
Clippy had exited with the 101 exit code
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: jetli/wasm-bindgen-action@24ba6f9fff570246106ac3f80f35185600c3f6c9. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/