Fix TS cap delegation/revocation transactions #5565
Annotations
2 errors and 1 warning
|
clippy
Clippy had exited with the 101 exit code
|
|
redundant reference in `write!` argument:
identity_core/src/common/single_struct_error.rs#L28
error: redundant reference in `write!` argument
--> identity_core/src/common/single_struct_error.rs:28:25
|
28 | write!(f, "{}", &extensive.kind)?;
| ^^^^^^^^^^^^^^^ help: remove the redundant `&`: `extensive.kind`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.97.0/index.html#useless_borrows_in_formatting
= note: `-D clippy::useless-borrows-in-formatting` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::useless_borrows_in_formatting)]`
|
|
clippy
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions-rs-plus/clippy-check@b09a9c37c9df7db8b1a5d52e8fe8e0b6e3d574c4, actions/checkout@v3, jetli/wasm-bindgen-action@24ba6f9fff570246106ac3f80f35185600c3f6c9. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|