Skip to content

Conversions MultiValueEncodedCounted <-> MultiValueManagedVecCounted, test & support #383

Conversions MultiValueEncodedCounted <-> MultiValueManagedVecCounted, test & support

Conversions MultiValueEncodedCounted <-> MultiValueManagedVecCounted, test & support #383

Triggered via pull request November 15, 2024 16:58
Status Success
Total duration 59s
Artifacts

plotter-test.yml

on: pull_request
Plotter tests
49s
Plotter tests
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
Plotter tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
[clippy] framework/base/src/types/managed/wrapped/managed_vec_item.rs#L368: framework/base/src/types/managed/wrapped/managed_vec_item.rs#L368
warning: redundant slicing of the whole range --> framework/base/src/types/managed/wrapped/managed_vec_item.rs:368:16 | 368 | writer(&payload_slice[..]) | ^^^^^^^^^^^^^^^^^^ help: use the original value instead: `payload_slice` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing = note: `#[warn(clippy::redundant_slicing)]` on by default
[clippy] framework/base/src/types/managed/wrapped/managed_vec_item.rs#L435: framework/base/src/types/managed/wrapped/managed_vec_item.rs#L435
warning: redundant slicing of the whole range --> framework/base/src/types/managed/wrapped/managed_vec_item.rs:435:16 | 435 | writer(&payload_slice[..]) | ^^^^^^^^^^^^^^^^^^ help: use the original value instead: `payload_slice` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing
[clippy] framework/base/src/types/managed/wrapped/managed_vec_item.rs#L368: framework/base/src/types/managed/wrapped/managed_vec_item.rs#L368
warning: redundant slicing of the whole range --> framework/base/src/types/managed/wrapped/managed_vec_item.rs:368:16 | 368 | writer(&payload_slice[..]) | ^^^^^^^^^^^^^^^^^^ help: use the original value instead: `payload_slice` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing = note: `#[warn(clippy::redundant_slicing)]` on by default
[clippy] framework/base/src/types/managed/wrapped/managed_vec_item.rs#L435: framework/base/src/types/managed/wrapped/managed_vec_item.rs#L435
warning: redundant slicing of the whole range --> framework/base/src/types/managed/wrapped/managed_vec_item.rs:435:16 | 435 | writer(&payload_slice[..]) | ^^^^^^^^^^^^^^^^^^ help: use the original value instead: `payload_slice` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing