[Rust] Add transform module
#1428
Annotations
8 errors and 6 warnings
|
cargo clippy
Error: Clippy has exited with exit code 101
|
|
this let-binding has unit value:
rust/src/transform.rs#L831
error: this let-binding has unit value
--> rust/src/transform.rs:831:9
|
831 | let _ = TransformParameterInfo::free_raw(param);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: omit the `let` binding: `TransformParameterInfo::free_raw(param);`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#let_unit_value
= note: `-D clippy::let-unit-value` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::let_unit_value)]`
|
|
this `.into_iter()` call is equivalent to `.iter()` and will not consume the `slice`:
rust/src/transform.rs#L819
error: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `slice`
--> rust/src/transform.rs:819:10
|
819 | .into_iter()
| ^^^^^^^^^ help: call directly: `iter`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#into_iter_on_ref
= note: `-D clippy::into-iter-on-ref` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::into_iter_on_ref)]`
|
|
doc list item without indentation:
rust/src/transform.rs#L553
error: doc list item without indentation
--> rust/src/transform.rs:553:5
|
553 | /// contexts, or in other words, processing all at once.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#doc_lazy_continuation
help: indent this line
|
553 | /// contexts, or in other words, processing all at once.
| ++
|
|
doc list item without indentation:
rust/src/transform.rs#L551
error: doc list item without indentation
--> rust/src/transform.rs:551:5
|
551 | /// transform the inputs rather than transforming all at once.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#doc_lazy_continuation
help: indent this line
|
551 | /// transform the inputs rather than transforming all at once.
| ++
|
|
doc list item without indentation:
rust/src/transform.rs#L550
error: doc list item without indentation
--> rust/src/transform.rs:550:5
|
550 | /// require another round of processing to traverse to the next level of contexts, used to progressively
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#doc_lazy_continuation
help: indent this line
|
550 | /// require another round of processing to traverse to the next level of contexts, used to progressively
| ++
|
|
doc list item without indentation:
rust/src/transform.rs#L548
error: doc list item without indentation
--> rust/src/transform.rs:548:5
|
548 | /// and return the root context data as-is.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#doc_lazy_continuation
help: indent this line
|
548 | /// and return the root context data as-is.
| ++
|
|
doc list item without indentation:
rust/src/transform.rs#L401
error: doc list item without indentation
--> rust/src/transform.rs:401:9
|
401 | /// of the child context when shown will show both the parent name and then the child name ('parent.child').
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#doc_lazy_continuation
= note: `-D clippy::doc-lazy-continuation` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::doc_lazy_continuation)]`
help: indent this line
|
401 | /// of the child context when shown will show both the parent name and then the child name ('parent.child').
| ++
|
|
typos
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
cargo fmt
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
cargo clippy
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, clechasseur/rs-clippy-check@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
licensing
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
licensing
Failed to restore:
|
|
licensing
New version for cargo-about available: 0.9.0
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
license
|
29.1 KB |
sha256:79780e39185bdf6495969071efb48cee87be663e8cb04597e09db73b21a6420d
|
|